public static interface Result.RetHandler<TOk,TErr,R>
R
onErr(TErr error)
onOk(TOk ok)
R onOk(TOk ok)
R onErr(TErr error)