Class | Description |
---|---|
Function<T> |
A function performs a single manipulation over an object within
a pipeline.
|
NopFunction<T> |
Implements the identity function, it gives in output the input object.
|
Pipe<T> |
Class pipe allows to create a chain of functions manipulating T objects.
|
Copyright © 2013. All rights reserved.