Interface ColumnFunction

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ColumnFunction

    Function which is applied for a given column in the given image

    Since:
    1.0
    Author:
    Christoph Praschl
    • Method Detail

      • apply

        void apply​(ImageWrapper<?> image,
                   int y)
        Method which is applied for a given column in the given image
        Parameters:
        image - image
        y - y coordinate