Searched refs:booleanFunction (Results 1 – 1 of 1) sorted by relevance
/external/opencensus-java/api/src/main/java/io/opencensus/trace/ |
D | AttributeValue.java | 97 Function<? super Boolean, T> booleanFunction, in match() argument 119 Function<? super Boolean, T> booleanFunction, in match() argument 138 Function<? super Boolean, T> booleanFunction, in match() argument 147 Function<? super Boolean, T> booleanFunction, in match() argument 171 Function<? super Boolean, T> booleanFunction, in match() argument 174 return booleanFunction.apply(getBooleanValue()); in match() 180 Function<? super Boolean, T> booleanFunction, in match() argument 184 return booleanFunction.apply(getBooleanValue()); in match() 204 Function<? super Boolean, T> booleanFunction, in match() argument 213 Function<? super Boolean, T> booleanFunction, in match() argument [all …]
|