net.corda.core / ErrorOr / combine

combine

fun <B, C> combine(other: ErrorOr<B>, function: (A, B) -> C): ErrorOr<C>