Class Empty
java.lang.Object
dk.cloudcreate.essentials.shared.functional.tuple.Empty
- All Implemented Interfaces:
Tuple<Empty>,Serializable
Represents a
Tuple with zero elements- See Also:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
INSTANCE
The shared single instance of theEmptytuple
-
-
Method Details
-
instance
The shared single instance of theEmptytuple- Returns:
- the shared single instance of the
Emptytuple
-
arity
public int arity()Description copied from interface:TupleNumber of arguments/elements in the Tuple -
toList
Description copied from interface:TupleConvert the Tuple to a list -
hashCode
public int hashCode() -
equals
-
toString
-