@FunctionalInterface public interface TIntPredicate
Modifier and Type | Method and Description |
---|---|
default TIntPredicate |
and(TIntPredicate other) |
default TIntPredicate |
negate() |
default TIntPredicate |
or(TIntPredicate other) |
boolean |
test(int value) |
boolean test(int value)
default TIntPredicate and(TIntPredicate other)
default TIntPredicate negate()
default TIntPredicate or(TIntPredicate other)
Copyright © 2019. All rights reserved.