net.sf.staccatocommons.lang.thunk.internal
Class UndefinedThunk<A>
java.lang.Object
net.sf.staccatocommons.lang.thunk.internal.UndefinedThunk<A>
- All Implemented Interfaces:
- net.sf.staccatocommons.defs.Thunk<A>
public class UndefinedThunk<A>
- extends Object
- implements net.sf.staccatocommons.defs.Thunk<A>
- Author:
- flbulgarelli
UndefinedThunk
public UndefinedThunk()
value
public A value()
- Specified by:
value in interface net.sf.staccatocommons.defs.Thunk<A>
toString
public String toString()
- Overrides:
toString in class Object
undefined
@Constant
public static <A> net.sf.staccatocommons.defs.Thunk<A> undefined()
- Returns:
- a
Constant UndefinedThunk
Copyright © 2010-2012 Staccatocommons. All Rights Reserved.