IN
- Type of input objectOUT
- Type of output object@Beta public interface Transformation<IN,OUT>
Modifier and Type | Method and Description |
---|---|
void |
transform(IN input,
Emitter<OUT> emitter)
Transform the input and emit output using
Emitter . |
Copyright © 2020 Cask Data, Inc. Licensed under the Apache License, Version 2.0.