Interface BiLongPredicate.StatefulBiLongPredicate
-
- All Superinterfaces:
java.lang.AutoCloseable
,BiLongPredicate
,Resettable
- Enclosing interface:
- BiLongPredicate
public static interface BiLongPredicate.StatefulBiLongPredicate extends BiLongPredicate, Resettable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.complexible.common.primitives.BiLongPredicate
BiLongPredicate.BiLongFunction<T>, BiLongPredicate.StatefulBiLongPredicate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reset()
-
Methods inherited from interface com.complexible.common.primitives.BiLongPredicate
test
-
Methods inherited from interface com.complexible.common.primitives.Resettable
close
-
-
-
-
Method Detail
-
reset
void reset()
- Specified by:
reset
in interfaceResettable
-
-