arrow-core / arrow.core.extensions / arrow.core.Ior / component2
operator fun <L, R> Ior<L, R>.~~component2~~(): R? Deprecated: component2 for Ior is deprecated. Use orNull() instead
operator fun <L, R> Ior<L, R>.~~component2~~(): R?
Do you like Arrow?