SRCTYPE - source typeDSTTYPE - destination typepublic interface IBidirectionalConverter<SRCTYPE,DSTTYPE>
| Modifier and Type | Method and Description |
|---|---|
DSTTYPE |
convertToDst(SRCTYPE aSource)
Convert from SRC to DST.
|
SRCTYPE |
convertToSrc(DSTTYPE aDest)
Convert from DST to SRC
|
Copyright © 2014–2015 Philip Helger. All rights reserved.