Interface ComponentPredicate<T>

All Superinterfaces:
Predicate<T>
All Known Implementing Classes:
ComponentPredicate.Atomic, ComponentPredicate.Simple

public interface ComponentPredicate<T> extends Predicate<T>
Author:
whilein
  • Method Details

    • addAnd

      void addAnd(@NotNull @NotNull Predicate<T> predicate)
    • addOr

      void addOr(@NotNull @NotNull Predicate<T> predicate)