P1 - the type of parameter the function applied toR - the type of return value of the functionpublic static interface Osgl.MultiplicableFunction<P1,R> extends Osgl.Function<P1,R>
Osgl.Function function that support times(int) operation| Modifier and Type | Method and Description |
|---|---|
Osgl.MultiplicableFunction<P1,R> |
times(int n)
Returns a function with
n times factor specified. |
applyOsgl.MultiplicableFunction<P1,R> times(int n)
n times factor specified. When the function
returned applied to a param, the effect is the same as apply this function
n times to the same paramn - specify the times factorCopyright © 2017. All Rights Reserved.