public class StreamDecorator extends Object implements InvocationHandler
| Constructor and Description |
|---|
StreamDecorator() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Stream<T> |
decorate(Stream<T> delegate,
Consumer<Runnable> wrapper) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public StreamDecorator()
1.1.14 - Copyright © 2018 Talend Component Kit Documentation