- All Superinterfaces:
IntPredicate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Generated(value="marid", date="2020-03-24T18:45:48.234168Z") @FunctionalInterface public interface ReflectiveIntPredicate extends IntPredicate
-
Method Summary
Modifier and Type Method Description static ReflectiveIntPredicateof(ReflectiveIntPredicate value)default booleantest(int arg0)booleantestChecked(int arg0)
-
Method Details
-
testChecked
- Throws:
ReflectiveOperationException
-
test
default boolean test(int arg0)- Specified by:
testin interfaceIntPredicate
-
of
-