public interface Callback<T> extends java.util.function.Consumer<T>, java.util.function.Function<Throwable,T>
Async
operations.Modifier and Type | Method and Description |
---|---|
default void |
handleException(Throwable t)
Use the
handleException(Throwable) as an alias for the
functional Function.apply(Object) method. |
accept, andThen
andThen, apply, compose, identity
default void handleException(Throwable t)
handleException(Throwable)
as an alias for the
functional Function.apply(Object)
method.t
- a Throwable
object.Copyright © 2021. All rights reserved.