public static interface Reactor.Consumer<X,R>
R
apply(X action)
default void
onFailure(X action, Exception cause)
default R
onSuccess(R result, X action)
default boolean
shouldReact(R result)
R apply(X action) throws Exception
Exception
default boolean shouldReact(R result)
default void onFailure(X action, Exception cause)
default R onSuccess(R result, X action)
Copyright © 2020. All rights reserved.