Class StreamDecorator
- java.lang.Object
-
- org.talend.sdk.component.junit.lang.StreamDecorator
-
- All Implemented Interfaces:
InvocationHandler
public class StreamDecorator extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description StreamDecorator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> Stream<T>
decorate(Stream<T> delegate, Consumer<Runnable> wrapper)
Object
invoke(Object proxy, Method method, Object[] args)
-
-
-
Constructor Detail
-
StreamDecorator
public StreamDecorator()
-
-