Interface | Description |
---|---|
Transform<I,O> |
Interface for specifying 'What' to do with data.
|
Transform.Context |
Context of the transform.
|
Class | Description |
---|---|
RelayTransform<T> |
A
Transform relays input data from upstream vertex to downstream vertex promptly. |
Copyright © 2018. All rights reserved.