@FunctionalInterface public interface Filter<T>
Predicate
static Filter<?>
ALWAYS_TRUE
static <T> Filter<T>
alwaysTrue()
boolean
test(T t)
static final Filter<?> ALWAYS_TRUE
boolean test(T t)
t
true
false
static <T> Filter<T> alwaysTrue()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.