Package io.sundr.model
Interface Mappable<F>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <T> Tmap(Function<F,T> mapper)Accepts a converterFunctionand applies it to the current object.
-