public interface Assembly
The Assembly interface provides a means to encapsulate logic applied to a Stream.
Assembly
Stream
Usage:
Stream mystream = ...; Stream assemblyStream = mystream.applyAssembly(myAssembly);
FirstN
apply(Stream input)
Stream apply(Stream input)
Applies the Assembly to a given Stream
input
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.