public interface BooleanPredicate extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
apply(boolean input)
Returns the result of applying this predicate to
input . |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.