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 UnboxedInput<V>
Type Parameters:
V
- the type of the boxed version of this object with a boxed input
All Known Subinterfaces:
BooleanFunction1
<R>,
BooleanToByteFunction1
,
BooleanToCharFunction1
,
BooleanToDoubleFunction1
,
BooleanToFloatFunction1
,
BooleanToIntFunction1
,
BooleanToLongFunction1
,
BooleanToShortFunction1
,
ByteFunction1
<R>,
ByteToBooleanFunction1
,
ByteToCharFunction1
,
ByteToDoubleFunction1
,
ByteToFloatFunction1
,
ByteToIntFunction1
,
ByteToLongFunction1
,
ByteToShortFunction1
,
CharFunction1
<R>,
CharToBooleanFunction1
,
CharToByteFunction1
,
CharToDoubleFunction1
,
CharToFloatFunction1
,
CharToIntFunction1
,
CharToLongFunction1
,
CharToShortFunction1
,
DoubleFunction1
<R>,
DoubleToBooleanFunction1
,
DoubleToByteFunction1
,
DoubleToCharFunction1
,
DoubleToFloatFunction1
,
DoubleToIntFunction1
,
DoubleToLongFunction1
,
DoubleToShortFunction1
,
FloatFunction1
<R>,
FloatToBooleanFunction1
,
FloatToByteFunction1
,
FloatToCharFunction1
,
FloatToDoubleFunction1
,
FloatToIntFunction1
,
FloatToLongFunction1
,
FloatToShortFunction1
,
IntFunction1
<R>,
IntToBooleanFunction1
,
IntToByteFunction1
,
IntToCharFunction1
,
IntToDoubleFunction1
,
IntToFloatFunction1
,
IntToLongFunction1
,
IntToShortFunction1
,
LongFunction1
<R>,
LongToBooleanFunction1
,
LongToByteFunction1
,
LongToCharFunction1
,
LongToDoubleFunction1
,
LongToFloatFunction1
,
LongToIntFunction1
,
LongToShortFunction1
,
ShortFunction1
<R>,
ShortToBooleanFunction1
,
ShortToByteFunction1
,
ShortToCharFunction1
,
ShortToDoubleFunction1
,
ShortToFloatFunction1
,
ShortToIntFunction1
,
ShortToLongFunction1
,
UnboxedAll
<V,I,R>
public interface
UnboxedInput<V>
Represents an object whose input is a primitive of some kind.
Since:
3.0.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
V
boxInput
()
Returns the boxed version of this object with a boxed input.
Method Detail
boxInput
V
boxInput()
Returns the boxed version of this object with a boxed input.
Returns:
the boxed version of this object with a boxed input
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