@FunctionalInterface public interface OutgoingMessageTranscriber<T>
| Modifier and Type | Method | Description |
|---|---|---|
default <U> io.reactivex.functions.Function<U,T> |
castToFunction(Class<U> requestType) |
|
<U> T |
transcribeOutgoingMessage(U anObject) |
Copyright © 2019. All rights reserved.