Package io.netty.util

Interface Mapping<IN,​OUT>

    • Method Detail

      • map

        OUT map​(IN input)
        Returns mapped value of the specified input.