SRC - source typeDST - destination type@FunctionalInterface public interface ITypeConverter<SRC,DST> extends IFunction<SRC,DST>
| Modifier and Type | Method and Description |
|---|---|
DST |
apply(SRC aSource)
Convert the passed source object to the destination type.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.