Class IgnitePredicateX<E1>

    • Constructor Detail

      • IgnitePredicateX

        public IgnitePredicateX()
    • Method Detail

      • apply

        public boolean apply​(E1 e)
        Predicate body.
        Specified by:
        apply in interface IgnitePredicate<E1>
        Parameters:
        e - Predicate parameter.
        Returns:
        Return value.
      • applyx

        public abstract boolean applyx​(E1 e)
                                throws IgniteCheckedException
        Predicate body that can throw IgniteCheckedException.
        Parameters:
        e - Bound free variable, i.e. the element the predicate is called or closed on.
        Returns:
        Return value.
        Throws:
        IgniteCheckedException - Thrown in case of any error condition inside of the predicate.