net.sf.staccatocommons.lang.thunk.internal
Class UndefinedThunk<A>

java.lang.Object
  extended by 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

Constructor Summary
UndefinedThunk()
           
 
Method Summary
 String toString()
           
static
<A> net.sf.staccatocommons.defs.Thunk<A>
undefined()
           
 A value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UndefinedThunk

public UndefinedThunk()
Method Detail

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.