Interface Mapper<F,​T>

    • Method Detail

      • apply

        T apply​(F from)
        Performs the mapping operation.
        Parameters:
        from - the input to the mapping function
        Returns:
        the mapping result