util.fn
Interface LambdaVoid<A0>

Type Parameters:
A0 - Argument type

public interface LambdaVoid<A0>

Function from A0 to void.


Method Summary
 void call(A0 arg0)
           
 

Method Detail

call

void call(A0 arg0)