com.univocity.api.common
Interface Transformation<I,O>

Type Parameters:
I - The input type to be converted to the output type O
O - The type of output produced by a conversion applied to the input I.
All Known Subinterfaces:
StringTransformation

public interface Transformation<I,O>

A value transformation operation. Transforms a given input value to an output.

Author:
uniVocity Software Pty Ltd - dev@univocity.com

Method Summary
 O transform(I input)
          Converts an input value of type I to an output value of type O.
 

Method Detail

transform

O transform(I input)
Converts an input value of type I to an output value of type O.

Parameters:
input - the input of type I to be converted to an object of type O
Returns:
the conversion result.


Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.