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
net.ashwork.functionality.partial
Interface Variant<V>
Type Parameters:
V
- the other representable data type of the object
All Known Subinterfaces:
DoubleFunction1
<R>,
DoubleToIntFunction1
,
DoubleToLongFunction1
,
Function0
<R>,
Function1
<T1,R>,
Function2
<T1,T2,R>,
IntFunction1
<R>,
IntToDoubleFunction1
,
IntToLongFunction1
,
LongFunction1
<R>,
LongToDoubleFunction1
,
LongToIntFunction1
,
ToBooleanFunction0
,
ToDoubleFunction0
,
ToDoubleFunction1
<T1>,
ToDoubleFunction2
<T1,T2>,
ToIntFunction0
,
ToIntFunction1
<T1>,
ToIntFunction2
<T1,T2>,
ToLongFunction0
,
ToLongFunction1
<T1>,
ToLongFunction2
<T1,T2>
public interface
Variant<V>
An object which can be represented the same but in a different data type.
Since:
3.0.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
V
toVariant
()
Returns the variant of this object.
Method Detail
toVariant
V
toVariant()
Returns the variant of this object.
Returns:
the variant of this object
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