Yaaf.FSharp.Helper


WrapperIStream<'a>

Defined in Yaaf.FSharp.Helper.dll.

Note that this type is only for performance reasons Because the IStream is an asynchronous interface there will be no stackoverflows However it will slow down with each abstraction...

Constructors

ConstructorDescription
new(wrapped, canUnwrap, unwrapped)
Signature: (wrapped:IStream<'a> * canUnwrap:(unit -> bool) * unwrapped:IStream<'a>) -> WrapperIStream<'a>

Instance members

Instance memberDescription
CanUnwrap
Signature: unit -> bool
UnWrapped
Signature: IStream<'a> option
Wrapped
Signature: IStream<'a>
Fork me on GitHub