T - the type of elements maintained by this Collectionpublic interface ObjectBooleanUnaryOperator<T>
extends java.util.function.BiFunction<T,java.lang.Boolean,java.lang.Boolean>
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Boolean |
apply(T k,
java.lang.Boolean v) |
boolean |
applyAsBoolean(T k,
boolean v)
A Type Specifc apply method to reduce boxing/unboxing.
|
boolean applyAsBoolean(T k, boolean v)
k - the first function argumentv - the second function argument