(ctx context.Context, item Item, dst chan<- Item, operatorOptions operatorOptions)
| 125 | err(ctx context.Context, item Item, dst chan<- Item, operatorOptions operatorOptions) |
| 126 | end(ctx context.Context, dst chan<- Item) |
| 127 | gatherNext(ctx context.Context, item Item, dst chan<- Item, operatorOptions operatorOptions) |
| 128 | } |
| 129 | |
| 130 | func observable(parent context.Context, iterable Iterable, operatorFactory func() operator, forceSeq, bypassGather bool, opts ...Option) Observable { |
no outgoing calls
no test coverage detected