public interface PipeElementInsertionStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
add(IPipe<?> pipe,
Object element)
Adds the given element to the given pipe.
|
void add(IPipe<?> pipe, Object element)
pipe - to be usedelement - to be addedCopyright © 2015–2020. All rights reserved.