Interface ActionSequence.TransformationUtils.Function<F,​T>

  • Type Parameters:
    F - the input type of this function
    T - the output type of this function
    Enclosing class:
    ActionSequence.TransformationUtils

    public static interface ActionSequence.TransformationUtils.Function<F,​T>
    • Method Detail

      • apply

        T apply​(F input)
        Returns the result of applying this function to input.