Interface CastExecutor<IN,​OUT>

  • Type Parameters:
    IN - Input internal type
    OUT - Output internal type
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @Internal
    @FunctionalInterface
    public interface CastExecutor<IN,​OUT>
    Interface to model a function that performs the casting of a value from one type to another.