Package w.util.function
Class ComponentPredicate.Atomic<T>
java.lang.Object
w.util.function.ComponentPredicate.Atomic<T>
- All Implemented Interfaces:
Predicate<T>,ComponentPredicate<T>
- Enclosing interface:
- ComponentPredicate<T>
public static final class ComponentPredicate.Atomic<T>
extends Object
implements ComponentPredicate<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface w.util.function.ComponentPredicate
ComponentPredicate.Atomic<T>, ComponentPredicate.Simple<T> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Atomic
public Atomic()
-
-
Method Details
-
create
-
create
@NotNull public static <T> @NotNull ComponentPredicate<T> create(@NotNull @NotNull Predicate<T> initial) -
addAnd
- Specified by:
addAndin interfaceComponentPredicate<T>
-
addOr
- Specified by:
addOrin interfaceComponentPredicate<T>
-
test
-