Interface SeedConverter<IN,​OUT>

    • Method Detail

      • convert

        OUT convert​(IN seed)
        Converts seed from input type to output type.
        Parameters:
        seed - Original seed value.
        Returns:
        the converted seed value.