net.metanotion.functor
Class Identity<I>

java.lang.Object
  extended by net.metanotion.functor.Identity<I>
All Implemented Interfaces:
Block<I,I>

public final class Identity<I>
extends java.lang.Object
implements Block<I,I>


Constructor Summary
Identity()
           
 
Method Summary
 I eval(I i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identity

public Identity()
Method Detail

eval

public I eval(I i)
Specified by:
eval in interface Block<I,I>