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