public interface Transform<KeyIn,ValueIn,KeyOut,ValueOut>
| Modifier and Type | Method and Description |
|---|---|
Class<KeyIn> |
getKeyInType() |
Class<KeyOut> |
getKeyOutType() |
Class<ValueIn> |
getValueInType() |
Class<ValueOut> |
getValueOutType() |
Copyright © 2020. All rights reserved.