net.metanotion.functor
Interface Block<C,I>

All Known Implementing Classes:
Apply, Chain, Explode, Filter, FormatList, Identity, IteratorIterable, JavaTextFormatList

public interface Block<C,I>


Method Summary
 I eval(C c)
           
 

Method Detail

eval

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