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