public class AllMatchesStrategy<T,R> extends Object implements Function<T,List<R>>
AllMatchesStrategy(List<Clause<T,R>> clauses)
List<R>
apply(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public AllMatchesStrategy(List<Clause<T,R>> clauses)
public List<R> apply(T t)
apply
Function<T,List<R>>
Copyright © 2017. All rights reserved.