@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() |
boolean |
test(T t)
Evaluates this predicate on the given argument.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.