net.sf.staccatocommons.lang.thunk.internal
Class NullThunk<T>
java.lang.Object
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
|
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 |
NullThunk
public NullThunk()
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.