Uses of Interface
io.reactivex.rxjava3.internal.util.AppendOnlyLinkedArrayList.NonThrowingPredicate
Packages that use AppendOnlyLinkedArrayList.NonThrowingPredicate
-
Uses of AppendOnlyLinkedArrayList.NonThrowingPredicate in io.reactivex.rxjava3.internal.util
Methods in io.reactivex.rxjava3.internal.util with parameters of type AppendOnlyLinkedArrayList.NonThrowingPredicateModifier and TypeMethodDescriptionvoidAppendOnlyLinkedArrayList.forEachWhile(AppendOnlyLinkedArrayList.NonThrowingPredicate<? super T> consumer) Loops over all elements of the array until a null element is encountered or the given predicate returns true.