E - The first type.T - The second type.public interface BiContentConverter<E,T>
| Modifier and Type | Method and Description |
|---|---|
T |
convertFrom(E value)
Converts from the first type to the second.
|
E |
convertTo(T value)
Converts from the second type to the first.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.