public class FilterToPredicateAdapter<E> extends Object implements Predicate<E>
FilterToPredicateAdapter(Filter<E> filter)
boolean
test(E value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FilterToPredicateAdapter(Filter<E> filter)
public boolean test(E value)
test
Predicate<E>
Copyright © 2021. All rights reserved.