Interface SenderMapperHolder<B,M>

Type Parameters:
B - base command sender type
M - mapped command sender type

@API(status=STABLE) public interface SenderMapperHolder<B,M>
A holder of a SenderMapper.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the mapper between the base command sender type B and the mapped command sender type M.
  • Method Details

    • senderMapper

      @NonNull SenderMapper<B,M> senderMapper()
      Returns the mapper between the base command sender type B and the mapped command sender type M.
      Returns:
      the sender mapper