Method SelectMany
- Namespace
- Eon
- Assembly
- Eon.dll
SelectMany(Func<Duration, Schedule>)
Applies the bind for each emission from this Schedule which then emits all
Duration from that returned Schedule.
public Schedule SelectMany(Func<Duration, Schedule> bind)
Parameters
Returns
SelectMany(Func<Duration, Schedule>, Func<Duration, Duration, Duration>)
Applies the bind for each emission from this Schedule which then emits all
Duration from that returned Schedule.
projection is then called for each pair of Duration emitted
public Schedule SelectMany(Func<Duration, Schedule> bind, Func<Duration, Duration, Duration> projection)