Interface ClauseMaker

  • 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 ClauseMaker
    Clause maker functional interface
    Since:
    0.1
    • Method Detail

      • makeClause

        java.lang.String makeClause​(java.lang.String column)
        Make clause
        Parameters:
        column - the column (and first operand)
        Returns:
        the clause