| Modifier and Type | Method and Description |
|---|---|
static <T,U> BiPredicate<T,U> |
alwaysFalse() |
static <T,U> BiPredicate<T,U> |
alwaysTrue() |
static <T,U> BiPredicate<T,U> |
indexed(IndexedBiPredicate<T,U> predicate)
Returns a stateful
BiPredicate. |
public static <T,U> BiPredicate<T,U> alwaysTrue()
T - U - public static <T,U> BiPredicate<T,U> alwaysFalse()
T - U - @Beta @SequentialOnly @Stateful public static <T,U> BiPredicate<T,U> indexed(IndexedBiPredicate<T,U> predicate)
BiPredicate. Don't save or cache for reuse or use it in parallel stream.T - U - predicate - Copyright © 2021. All rights reserved.