E - The first type.T - The second type.@FunctionalInterface public interface ContentConverter<E,T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(E value)
Converts the given value.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.