Interface Transform<KeyIn,​ValueIn,​KeyOut,​ValueOut>

All Known Subinterfaces:
SmartMapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>, SmartReducer<KeyIn,​ValueIn,​KeyOut,​ValueOut>
All Known Implementing Classes:
MapperWrapper, MapperWrapper, ReducerWrapper, ReducerWrapper, SmartMapper, SmartReducer

public interface Transform<KeyIn,​ValueIn,​KeyOut,​ValueOut>