Class ManyValuesIntegerComparisonPredicate
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.oidc.rp.security.impl.ManyValuesIntegerComparisonPredicate
-
- All Implemented Interfaces:
IntPredicate
public class ManyValuesIntegerComparisonPredicate extends Object implements IntPredicate
Predicate that returns true if the test integer is greater than 1.
-
-
Constructor Summary
Constructors Constructor Description ManyValuesIntegerComparisonPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(int value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.IntPredicate
and, negate, or
-
-
-
-
Method Detail
-
test
public boolean test(int value)
- Specified by:
testin interfaceIntPredicate
-
-