arrow-core-data / arrow.core / Either / Right / invoke
operator fun <B> ~~invoke~~(b: B): Either<Nothing, B> Deprecated: Deprecated, use the constructor instead
operator fun <B> ~~invoke~~(b: B):
Either
<
Nothing
, B>
Do you like Arrow?