|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Args.NumericUnaryOperator<T>
A unary operator on numbers
Method Summary | |
---|---|
T |
apply(java.math.BigDecimal a)
|
T |
apply(java.math.BigInteger a)
|
T |
apply(byte a)
|
T |
apply(double a)
|
T |
apply(float a)
|
T |
apply(int a)
|
T |
apply(long a)
|
T |
apply(short a)
|
Method Detail |
---|
T apply(java.math.BigInteger a)
T apply(java.math.BigDecimal a)
T apply(int a)
T apply(long a)
T apply(byte a)
T apply(short a)
T apply(double a)
T apply(float a)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |