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