F - The type of the source class.T - The type of the destiny class.@FunctionalInterface public interface ElSimpleConverter<F,T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(F from)
Converts the from object into a new T object.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.