//arrow-core/arrow.core/Option/fold
common inline fun <R> fold(ifEmpty: () -> R, ifSome: (A) -> R): R
Do you like Arrow?