Interface CLI.Assoc

  • Enclosing class:
    CLI

    public static interface CLI.Assoc
    • Method Detail

      • assoc

        Object assoc​(Object current,
                     Object value)
        Associate a value into something else.
        Parameters:
        current - what to put value into, will be null if no values have been added yet.
        value - what to add
        Returns:
        the result of combining the two