public class LeftRefinementOperator<T,R> extends java.lang.Object implements Function2<T,R,T>
LeftRefinementOperator()
T
call(T input1, R input2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LeftRefinementOperator()
public T call(T input1, R input2)
call
Function2<T,R,T>