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 Arity
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
,
Function0
<R>,
Function1
<T1,R>,
Function2
<T1,T2,R>,
FunctionN
<R>,
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
,
ToBooleanFunction0
,
ToBooleanFunction1
<T1>,
ToBooleanFunction2
<T1,T2>,
ToBooleanFunctionN
,
ToByteFunction0
,
ToByteFunction1
<T1>,
ToByteFunction2
<T1,T2>,
ToByteFunctionN
,
ToCharFunction0
,
ToCharFunction1
<T1>,
ToCharFunction2
<T1,T2>,
ToCharFunctionN
,
ToDoubleFunction0
,
ToDoubleFunction1
<T1>,
ToDoubleFunction2
<T1,T2>,
ToDoubleFunctionN
,
ToFloatFunction0
,
ToFloatFunction1
<T1>,
ToFloatFunction2
<T1,T2>,
ToFloatFunctionN
,
ToIntFunction0
,
ToIntFunction1
<T1>,
ToIntFunction2
<T1,T2>,
ToIntFunctionN
,
ToLongFunction0
,
ToLongFunction1
<T1>,
ToLongFunction2
<T1,T2>,
ToLongFunctionN
,
ToShortFunction0
,
ToShortFunction1
<T1>,
ToShortFunction2
<T1,T2>,
ToShortFunctionN
All Known Implementing Classes:
FunctionN.Instance
,
ToBooleanFunctionN.Instance
,
ToByteFunctionN.Instance
,
ToCharFunctionN.Instance
,
ToDoubleFunctionN.Instance
,
ToFloatFunctionN.Instance
,
ToIntFunctionN.Instance
,
ToLongFunctionN.Instance
,
ToShortFunctionN.Instance
public interface
Arity
Defines an object that takes in a certain number of arguments.
Since:
3.0.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
arity
()
Returns the number of arguments of the object.
Method Detail
arity
int arity()
Returns the number of arguments of the object.
Returns:
the number of arguments of the 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