Interface AppendOnlyLinkedArrayList.NonThrowingPredicate<T>

Type Parameters:
T - the value type
All Superinterfaces:
Predicate<T>
All Known Implementing Classes:
BehaviorProcessor.BehaviorSubscription, BehaviorSubject.BehaviorDisposable, SerializedSubject
Enclosing class:
AppendOnlyLinkedArrayList<T>

public static interface AppendOnlyLinkedArrayList.NonThrowingPredicate<T> extends Predicate<T>
Predicate interface suppressing the exception.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(T t)
    Test the given input value and return a boolean.
  • Method Details

    • 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