- repeatWhile_<A, E>(self: Source<A, E>, predicate: ((index: number, lastItem: typeof NONE | A) => boolean)): Source<A, E>
-
Parameters
-
-
predicate: ((index: number, lastItem: typeof NONE | A) => boolean)
-
- (index: number, lastItem: typeof NONE | A): boolean
-
Parameters
-
index: number
-
lastItem: typeof NONE | A
Returns boolean
Returns Source<A, E>