Interactive Extensions (Ix) is a library which extends LINQ to Objects to provide many of the operators available in Rx but targeted for IEnumerable.
Use UniIx.unitypackage to install.
- Copy .cs files from Interactive Extensions.
- Paste to Assets/UniIx directory.
- Convert
nameof(xxx)
to"xxx"
in .cs files. - Comment
Do<TSource>(this IEnumerable<TSource> source, IObserver<TSource> observer)
method inDo.cs
.
This library is under the MIT License.