Package org.dmfs.jems2.single
Class Just<T>
- java.lang.Object
-
- org.dmfs.jems2.single.Just<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tvalue()Returns the sole value of this 1-tuple.
-
| Modifier and Type | Method | Description |
|---|---|---|
T |
value() |
Returns the sole value of this 1-tuple.
|