net.sf.staccatocommons.lang.function.internal
Class TopLevelFunction2<A,B,C>

java.lang.Object
  extended by net.sf.staccatocommons.lang.function.AbstractDelayable2<A,B,C>
      extended by net.sf.staccatocommons.lang.function.AbstractFunction2<A,B,C>
          extended by net.sf.staccatocommons.lang.function.internal.TopLevelFunction2<A,B,C>
All Implemented Interfaces:
Serializable, net.sf.staccatocommons.defs.Applicable<A,net.sf.staccatocommons.defs.function.Function<B,C>>, net.sf.staccatocommons.defs.Applicable2<A,B,C>, net.sf.staccatocommons.defs.Delayable2<A,B,C>, net.sf.staccatocommons.defs.function.Function2<A,B,C>, net.sf.staccatocommons.defs.partial.NullSafeAware<net.sf.staccatocommons.defs.function.Function2<A,B,C>>

public abstract class TopLevelFunction2<A,B,C>
extends AbstractFunction2<A,B,C>
implements Serializable

Author:
flbulgarelli
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.staccatocommons.lang.function.AbstractFunction2
AbstractFunction2.Soft<A,B,C>
 
Constructor Summary
TopLevelFunction2()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class net.sf.staccatocommons.lang.function.AbstractFunction2
apply, flip, nullSafe, of, then, then, uncurry
 
Methods inherited from class net.sf.staccatocommons.lang.function.AbstractDelayable2
delayed, delayedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.staccatocommons.defs.function.Function2
apply
 
Methods inherited from interface net.sf.staccatocommons.defs.Delayable2
delayed, delayedValue
 

Constructor Detail

TopLevelFunction2

public TopLevelFunction2()
Method Detail

toString

public String toString()
Overrides:
toString in class AbstractFunction2<A,B,C>


Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.