net.sf.staccatocommons.lang.thunk.internal
Class NullThunk<T>

java.lang.Object
  extended by net.sf.staccatocommons.lang.thunk.internal.NullThunk<T>
All Implemented Interfaces:
Serializable, net.sf.staccatocommons.defs.Thunk<T>

public class NullThunk<T>
extends Object
implements net.sf.staccatocommons.defs.Thunk<T>, Serializable

Thunk of null

Author:
flbulgarelli
See Also:
Serialized Form

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

Constructor Detail

NullThunk

public NullThunk()
Method Detail

value

public T value()
Specified by:
value in interface net.sf.staccatocommons.defs.Thunk<T>

null_

@Constant
public static <T> net.sf.staccatocommons.defs.Thunk<T> null_()
Returns:
an instance


Copyright © 2010-2012 Staccatocommons. All Rights Reserved.