none<L, R> function

TaskEitherValue<L, R> none<L, R>()

Implementation

TaskEitherValue<L, R> none<L, R>() => Ei.right(tuple2(kNone, false));