Package io.ably.lib.types
Class Callback.Map<T,U>
- java.lang.Object
-
- io.ably.lib.types.Callback.Map<T,U>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.ably.lib.types.Callback
Callback.Map<T,U>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Umap(T result)voidonError(ErrorInfo reason)Called when the associated operation completes with an error.voidonSuccess(T result)Called when the associated operation completes successfully,
-