public interface RLPredicate<T> extends java.util.function.Predicate<T>, Serializable
| Modifier and Type | Method and Description |
|---|---|
default RLPredicate<T> |
and(java.util.function.Predicate<? super T> other) |
static <T> RLPredicate<T> |
isEqual(Object targetRef) |
default RLPredicate<T> |
negate() |
default RLPredicate<T> |
or(java.util.function.Predicate<? super T> other) |
testdefault RLPredicate<T> and(java.util.function.Predicate<? super T> other)
and in interface java.util.function.Predicate<T>default RLPredicate<T> negate()
negate in interface java.util.function.Predicate<T>default RLPredicate<T> or(java.util.function.Predicate<? super T> other)
or in interface java.util.function.Predicate<T>static <T> RLPredicate<T> isEqual(Object targetRef)
isEqual in interface java.util.function.Predicate<T>Copyright © 2019. All rights reserved.