Class AlwaysTruePredicate<E>

    • Constructor Detail

      • AlwaysTruePredicate

        public AlwaysTruePredicate()
    • Method Detail

      • apply

        public boolean apply​(E e)
        Predicate body.
        Specified by:
        apply in interface IgnitePredicate<E>
        Parameters:
        e - Predicate parameter.
        Returns:
        Always true.