Package kieker.analysis.util.stage
package kieker.analysis.util.stage
-
ClassesClassDescriptionAbstract stage that combines the elements from its two input ports.FilterStage<T>This stage filters incoming objects and forwards only those which meet the given predicate.FunctionStage<I,
O> Stage that maps the elements from its input port to its output port by using aFunction.This stage marshals the content tree rooted at an incoming element at the first input port into an output stream at the second input port.