@FunctionalInterface public interface TPredicate<T>
Modifier and Type | Method and Description |
---|---|
default TPredicate<T> |
and(TPredicate<? super T> other) |
default TPredicate<T> |
isEqual(Object targetRef) |
default TPredicate<T> |
negate() |
default TPredicate<T> |
or(TPredicate<? super T> other) |
boolean |
test(T t) |
boolean test(T t)
default TPredicate<T> and(TPredicate<? super T> other)
default TPredicate<T> negate()
default TPredicate<T> or(TPredicate<? super T> other)
default TPredicate<T> isEqual(Object targetRef)
Copyright © 2019. All rights reserved.