nee-core / dev.neeffect.nee.effects / Out / right

right

fun <E, A> right(a: A): Out<E, A>
fun <E, A> right(future: Future<A>): Out<E, A>