public interface Proc2<A,B> extends Proc
Proc2<A,B>
call(A a, B b)
Proc1<B>
curry(A a)
Proc0
curry(A a, B b)
with(A a, B b)
asProc0, asProc1, asProc2, asProc3, asProc4, call, callAgain, curry, curryAt, getArgs, getException, getResult, hasResult, retry, with
describeTo
Proc2<A,B> call(A a, B b)
Proc2<A,B> with(A a, B b)
Proc1<B> curry(A a)
Proc0 curry(A a, B b)
Copyright © 2013. All Rights Reserved.