net.metanotion.functor
Interface Thunk<I>

All Known Implementing Classes:
BlockThunk, Constant

public interface Thunk<I>


Method Summary
 I eval()
           
 

Method Detail

eval

I eval()
       throws java.lang.Exception
Throws:
java.lang.Exception