com.wizzardo.tools.misc
Interface Unchecked.Consumer<T,R>

Enclosing class:
Unchecked

public static interface Unchecked.Consumer<T,R>


Method Summary
 R call(T t)
           
 

Method Detail

call

R call(T t)
       throws java.lang.Exception
Throws:
java.lang.Exception