Class IsNotNullPredicate<E>

    • Constructor Detail

      • IsNotNullPredicate

        public IsNotNullPredicate()
    • Method Detail

      • apply

        public boolean apply​(E e)
        Description copied from interface: IgnitePredicate
        Predicate body.
        Specified by:
        apply in interface IgnitePredicate<E>
        Parameters:
        e - Parameter for check.
        Returns:
        'true' if parameter NOT equals to null, otherwise 'false'.