| Modifier and Type | Field and Description |
|---|---|
static N.ByteRangeStep |
BYTE_RANGE_STEP |
static Osgl.F2 |
COUNTER |
static Osgl.F1 |
DBL |
static Osgl.F2<Number,Number,Number> |
DIVIDE |
static Osgl.F1 |
HALF |
static N.IntRangeStep |
INT_RANGE_STEP |
static Osgl.Predicate<Integer> |
IS_EVEN |
static Osgl.Predicate<Integer> |
IS_ODD |
static N.LongRangeStep |
LONG_RANGE_STEP |
static Osgl.F2<Number,Number,Number> |
MULTIPLY |
static Osgl.F1<Number,Number> |
NEGATIVE |
static N.ShortRangeStep |
SHORT_RANGE_STEP |
| Constructor and Description |
|---|
F() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
add(Number n) |
static <T extends Number> |
add(Number n,
Class<T> clz) |
static <T extends Number,X> |
adder(Osgl.Function<X,T> func) |
static <T extends Number,X> |
adder(Osgl.Function<X,T> func,
Class<T> clz) |
static <T extends Number> |
addTwo() |
static <T extends Number> |
addTwo(Class<T> c) |
static <T extends Number> |
aggregate(Class<T> clz) |
static N.ByteRangeStep |
byteRangeStep(int times) |
static <T extends Number> |
cbrt() |
static <T> Osgl.F2<Integer,T,Integer> |
counter() |
static <T extends Number> |
cubic() |
static <T extends Number> |
cubic(Class<T> clz) |
static <T extends Number> |
dbl() |
static <T extends Number> |
dbl(Class<T> clz) |
static <T extends Number> |
div(Number n)
Deprecated.
|
static <T extends Number> |
div(Number n,
Class<T> clz)
Deprecated.
|
static <P1 extends Number,P2 extends Number,R extends Number> |
divide(Class<R> type) |
static <T extends Number> |
divideBy(Number n) |
static <T extends Number> |
divideBy(Number n,
Class<T> type) |
static Osgl.Predicate<Integer> |
greaterThan(int n) |
static Osgl.Predicate<Integer> |
greaterThanOrEqualsTo(int n) |
static Osgl.Predicate<Integer> |
gt(int n) |
static Osgl.Predicate<Integer> |
gte(int n) |
static <T extends Number> |
half() |
static <T extends Number> |
half(Class<T> clz) |
static N.IntRangeStep |
intRangeStep(int times) |
static Osgl.Predicate<Integer> |
lessThan(int n) |
static Osgl.Predicate<Integer> |
lessThanOrEqualsTo(int n) |
static N.LongRangeStep |
longRangeStep(int times) |
static Osgl.Predicate<Integer> |
lt(int n) |
static Osgl.Predicate<Integer> |
lte(int n) |
static <T extends Number> |
mul(Number n)
Deprecated.
|
static <T extends Number> |
mul(Number n,
Class<T> clz)
Deprecated.
|
static <P1 extends Number,P2 extends Number,R extends Number> |
multiply(Class<R> type) |
static <T extends Number> |
multiplyBy(Number n) |
static <T extends Number> |
multiplyBy(Number n,
Class<T> clz) |
static N.ByteRangeStep |
shortRangeStep(int times) |
static <T extends Number> |
sign() |
static <T extends Number> |
sqr() |
static <T extends Number> |
sqr(Class<T> clz) |
static <T extends Number> |
sqrt() |
static <T extends Number> |
subtract(Class<T> clz) |
public static final Osgl.F1 DBL
public static final Osgl.F1 HALF
public static final N.IntRangeStep INT_RANGE_STEP
public static final N.ByteRangeStep BYTE_RANGE_STEP
public static final N.ShortRangeStep SHORT_RANGE_STEP
public static final N.LongRangeStep LONG_RANGE_STEP
public static final Osgl.F2 COUNTER
public static Osgl.Predicate<Integer> IS_EVEN
public static Osgl.Predicate<Integer> IS_ODD
public static Osgl.Predicate<Integer> gt(int n)
public static Osgl.Predicate<Integer> greaterThan(int n)
public static Osgl.Predicate<Integer> gte(int n)
public static Osgl.Predicate<Integer> greaterThanOrEqualsTo(int n)
public static Osgl.Predicate<Integer> lt(int n)
public static Osgl.Predicate<Integer> lessThan(int n)
public static Osgl.Predicate<Integer> lte(int n)
public static Osgl.Predicate<Integer> lessThanOrEqualsTo(int n)
public static <T extends Number,X> Osgl.F2<T,X,Number> adder(Osgl.Function<X,T> func)
public static <T extends Number,X> Osgl.F2<T,X,T> adder(Osgl.Function<X,T> func, Class<T> clz)
public static <P1 extends Number,P2 extends Number,R extends Number> Osgl.F2<P1,P2,R> multiply(Class<R> type)
@Deprecated public static <T extends Number> Osgl.F1<T,Number> mul(Number n)
T - the type of number `n`n - the number `n`@Deprecated public static <T extends Number> Osgl.F1<T,Number> mul(Number n, Class<T> clz)
T - the number typen - the numberclz - the number classpublic static <P1 extends Number,P2 extends Number,R extends Number> Osgl.F2<P1,P2,R> divide(Class<R> type)
@Deprecated public static <T extends Number> Osgl.F1<T,Number> div(Number n)
divideBy(Number) insteadT - the number typen - the dividend@Deprecated public static <T extends Number> Osgl.F1<T,Number> div(Number n, Class<T> clz)
divideBy(Number, Class) insteadT - the number typen - the dividendclz - the number classpublic static final N.IntRangeStep intRangeStep(int times)
public static N.ByteRangeStep byteRangeStep(int times)
public static N.ByteRangeStep shortRangeStep(int times)
public static N.LongRangeStep longRangeStep(int times)
Copyright © 2017. All Rights Reserved.