arrow-core-data / arrow.core / kotlin.Any
| rightIfNull | Returns Either.Right if the value of type Any? is null, otherwise the specified A value wrapped into an Either.Left.fun <A> Any?.rightIfNull(default: () -> A): Either<A, Nothing?> | 
    
Do you like Arrow?
✖