@FunctionalInterface public interface Filter<T> extends Predicate<T>
FunctionalInterface,
Predicate| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T obj)
|
default boolean |
test(T obj)
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.