Searched refs:getFuncTypeAsString (Results 1 – 1 of 1) sorted by relevance
435 sb.append(getFuncTypeAsString()).append("(").append(doInvoke()).append(")"); in toString()441 sb.append(getFuncTypeAsString()).append("@").append(hashCodeHex(func)); in toString()460 private String getFuncTypeAsString() { in getFuncTypeAsString() method in PooledLambdaImpl