S - the type of the input of the converter.T - the type of the output of the converter.@FunctionalInterface
public interface Converter<S,T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(S source)
Uses the source
S object and produces an new instance of T. |
Copyright © 2018 SAP SE. All Rights Reserved.