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