Interface LongToCharFunction


  • public interface LongToCharFunction
    Functional interface that corresponds to the method signature char apply(long).
    Since:
    1.0.4
    Author:
    Emil Forslund
    • Method Detail

      • applyAsChar

        char applyAsChar​(long value)
        Returns the char value for the specified long. This method should operate without side-effects.
        Parameters:
        value - the input long value
        Returns:
        the resulting value