util.fn
Interface Lambda2Void<A0,A1>

Type Parameters:
A0 - First argument type
A1 - Second argument type

public interface Lambda2Void<A0,A1>

Function from A0, A1 to void.


Method Summary
 void call(A0 arg0, A1 arg1)
           
 

Method Detail

call

void call(A0 arg0,
          A1 arg1)