public class PredicateMatcherAdapter<E> extends Object implements Matcher<E,Boolean>
PredicateMatcherAdapter(Predicate<E> predicate)
Boolean
matches(E e)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PredicateMatcherAdapter(Predicate<E> predicate)
public Boolean matches(E e)
matches
Matcher<E,Boolean>
Copyright © 2022. All rights reserved.