public abstract class BaseTerminalOperation extends Object
Modifier and Type | Field and Description |
---|---|
protected Iterable<IntermediateOperation> |
intermediateOperations |
protected Supplier<? extends BaseStream<?,?>> |
supplier |
Modifier | Constructor and Description |
---|---|
protected |
BaseTerminalOperation(Iterable<IntermediateOperation> intermediateOperations,
Supplier<? extends BaseStream<?,?>> supplier) |
Modifier and Type | Method and Description |
---|---|
Iterable<IntermediateOperation> |
getIntermediateOperations() |
void |
handleInjection(ComponentRegistry registry) |
void |
setSupplier(Supplier<? extends Stream<?>> supplier) |
protected final Iterable<IntermediateOperation> intermediateOperations
protected transient Supplier<? extends BaseStream<?,?>> supplier
protected BaseTerminalOperation(Iterable<IntermediateOperation> intermediateOperations, Supplier<? extends BaseStream<?,?>> supplier)
public Iterable<IntermediateOperation> getIntermediateOperations()
public void handleInjection(ComponentRegistry registry)
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.