arrow-fx / arrow.fx / IO / later

later

fun <A> later(f: () -> A): IO<A>

Wraps a function into IO to execute it later.

Parameters

f - function to wrap into IO.

Do you like Arrow?

Arrow Org
<