transform

fun <X, Y> transform(fa: (A) -> X, fb: (B) -> Y): Either<X, Y>