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)
PipeElementInsertionStrategy
add
in interface PipeElementInsertionStrategy
pipe
- to be usedelement
- to be addedCopyright © 2015–2020. All rights reserved.