Package org.incendo.cloud
Interface SenderMapperHolder<B,M>
- Type Parameters:
B- base command sender typeM- mapped command sender type
A holder of a
SenderMapper.-
Method Summary
Modifier and TypeMethodDescriptionReturns the mapper between the base command sender typeBand the mapped command sender typeM.
-
Method Details
-
senderMapper
@NonNull SenderMapper<B,M> senderMapper()Returns the mapper between the base command sender typeBand the mapped command sender typeM.- Returns:
- the sender mapper
-