util.fn
Interface Lambda3Void<A0,A1,A2>

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

public interface Lambda3Void<A0,A1,A2>

Function from A0, A1, A2 to void.


Method Summary
 void call(A0 arg0, A1 arg1, A2 arg2)
           
 

Method Detail

call

void call(A0 arg0,
          A1 arg1,
          A2 arg2)