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