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