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