public interface BooleanPredicate
boolean-valued predicate (function with boolean type result).Predicate,
UnaryOperator| Modifier and Type | Interface and Description |
|---|---|
static class |
BooleanPredicate.Util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(boolean value)
Tests the value for satisfying predicate.
|
Copyright © 2018. All rights reserved.