Interface IgnitePredicate<E>

  • Type Parameters:
    E - Type of predicate parameter.
    All Superinterfaces:
    Serializable

    public interface IgnitePredicate<E>
    extends Serializable
    Defines a predicate which accepts a parameter and returns true or false.
    • Method Detail

      • apply

        boolean apply​(E e)
        Predicate body.
        Parameters:
        e - Predicate parameter.
        Returns:
        Return value.