HieiJ
08/26/2020, 12:23 PMaballano
08/26/2020, 12:27 PMeither { } in that caseaballano
08/26/2020, 12:28 PMkioba
08/26/2020, 12:28 PMarrow.core.computations you can find the either object with an invoke method which is using the BindingSyntax.
fun usingEither() =
either {
Either.catch { myfunction }
}HieiJ
08/26/2020, 12:29 PM