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.
Indicates that an object can add one or more items to a
Define.- Author:
- Owen Feehan
-
Method Summary
-
Method Details
-
addTo
Adds items todefine.What items are added varies by implementation.
- Parameters:
define- where to add items to- Throws:
DefineAddException- if the items cannot be added successfully.
-