Interface Assembly
- All Known Implementing Classes:
FirstN
public interface Assembly
The `Assembly` interface provides a means to encapsulate logic applied to a
Stream
.
Usage:
```java Stream mystream = ...; Stream assemblyStream = mystream.applyAssembly(myAssembly); ```
-
Method Summary
-
Method Details
-
apply
Applies the `Assembly` to a givenStream
.
-