ix.util
Interface Proc1<T>


public interface Proc1<T>

Procedure object.

See Also:
Fn1

Method Summary
 void call(T a)
           
 

Method Detail

call

void call(T a)