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.6-SNAPSHOT - Copyright © 2018 Talend Component Kit Documentation