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