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