@FunctionalInterface public interface BiFilter<T,U>
Predicate
.Modifier and Type | Field and Description |
---|---|
static BiFilter<?,?> |
ALWAYS_TRUE |
Modifier and Type | Method and Description |
---|---|
static <T,U> BiFilter<T,U> |
alwaysTrue() |
boolean |
test(T t,
U u) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.