net.sf.staccatocommons.lang.function.internal
Class TopLevelFunction<A,B>
java.lang.Object
net.sf.staccatocommons.lang.function.AbstractDelayable<A,B>
net.sf.staccatocommons.lang.function.AbstractFunction<A,B>
net.sf.staccatocommons.lang.function.internal.TopLevelFunction<A,B>
- All Implemented Interfaces:
- Serializable, net.sf.staccatocommons.defs.Applicable<A,B>, net.sf.staccatocommons.defs.Delayable<A,B>, net.sf.staccatocommons.defs.function.Function<A,B>, net.sf.staccatocommons.defs.partial.NullSafeAware<net.sf.staccatocommons.defs.function.Function<A,B>>
- Direct Known Subclasses:
- ApplicableFunction, ConstantFunction, IdentityFunction
public abstract class TopLevelFunction<A,B>
- extends AbstractFunction<A,B>
- implements Serializable
- Author:
- flbulgarelli
- See Also:
- Serialized Form
| Methods inherited from class net.sf.staccatocommons.lang.function.AbstractFunction |
equal, isIdentity, notNull, null_, nullSafe, of, of, of, same, then, then, then |
| Methods inherited from interface net.sf.staccatocommons.defs.Applicable |
apply |
| Methods inherited from interface net.sf.staccatocommons.defs.Delayable |
delayed, delayedValue |
TopLevelFunction
public TopLevelFunction()
toString
public String toString()
- Overrides:
toString in class AbstractFunction<A,B>
Copyright © 2010-2012 Staccatocommons. All Rights Reserved.