arrow-fx / arrow.fx / Ref / factory
fun <F> factory(MD: MonadDefer<F>): RefFactory<F>
fun <F> factory(MD:
MonadDefer
<F>):
RefFactory
<F>
Build a RefFactory value for creating Ref types F without deciding the type of the Ref’s value.
See Also
Do you like Arrow?