Interface DefineAdder

All Known Implementing Classes:
AddEdgeFilters, Concatenate, DefineAdderBean, DefineAdderWithPrefixBean, FromXMLList, VisualizeOnBackground
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 DefineAdder
Indicates that an object can add one or more items to a Define.
Author:
Owen Feehan
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTo(Define define)
    Adds items to define.
  • Method Details

    • addTo

      void addTo(Define define) throws DefineAddException
      Adds items to define.

      What items are added varies by implementation.

      Parameters:
      define - where to add items to
      Throws:
      DefineAddException - if the items cannot be added successfully.