V - the keyType of elements maintained by this Collection@FunctionalInterface
public interface BooleanFunction<V>
| Modifier and Type | Method and Description |
|---|---|
V |
apply(boolean k)
Type Specific get function to reduce boxing/unboxing
|
V apply(boolean k)
k - the value that should be processed