@FunctionalInterface public interface Filter<T>
Predicate
.Modifier and Type | Field and Description |
---|---|
static Filter<?> |
ALWAYS_TRUE |
Modifier and Type | Method and Description |
---|---|
static <T> Filter<T> |
alwaysTrue() |
default Filter<T> |
and(Filter<? super T> other) |
boolean |
test(T t)
Evaluates this predicate on the given argument.
|
static final Filter<?> ALWAYS_TRUE
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.