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