JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.dmfs.jems.single
Interface Single<T>
All Known Implementing Classes:
Backed
,
DelegatingSingle
,
Digest
,
Frozen
,
Hex
,
Reduced
,
ValueSingle
public interface
Single<T>
A 1-tuple.
A Single represents a tuple with exactly one value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
value
()
Returns the sole value of this 1-tuple.
Method Detail
value
T
value()
Returns the sole value of this 1-tuple.
Returns:
The value.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method