Interface AppendOnlyLinkedArrayList.NonThrowingPredicate<T>

    • Method Detail

      • test

        boolean test​(T t)
        Description copied from interface: Predicate
        Test the given input value and return a boolean.
        Specified by:
        test in interface Predicate<T>
        Parameters:
        t - the value
        Returns:
        the boolean result