LanguageExt.Core

LanguageExt.Core Effects IO DSL

Contents

record InvokeSyncIO <A> Source #

Methods

method IO<A> Invoke (EnvIO envIO) Source #

record InvokeAsyncIO <A> Source #

Methods

method ValueTask<IO<A>> Invoke (EnvIO envIO) Source #

record InvokeSync <A> Source #

Methods

method A Invoke (EnvIO envIO) Source #

record InvokeAsync <A> Source #

Methods

method ValueTask<A> Invoke (EnvIO envIO) Source #