Table of Contents

Method Where

Namespace
Eon
Assembly
Eon.dll

Where(Func<Duration, bool>)

Applies the predicate on each emitted Duration from this Schedule returning only those that pass

[Pure]
public Schedule Where(Func<Duration, bool> predicate)

Parameters

predicate Func<Duration, bool>

predicate to apply to each Duration emitted

Returns

Schedule

filtered Schedule