Func.NoNulls<X,Y>
Constructor and Description |
---|
RepeatedFunc(Func<X,Y> fnc,
int max)
Ctor.
|
RepeatedFunc(Proc<X> proc,
int max)
Ctor.
|
public RepeatedFunc(Proc<X> proc, int max)
proc
- Procmax
- How many timespublic RepeatedFunc(Func<X,Y> fnc, int max)
If max
is equal or less than zero apply(Object)
will return an exception.
fnc
- Func originalmax
- How many timesCopyright © 2017–2018 Cactoos. All rights reserved.