Package io.sundr.model
Interface Mappable<F>
public interface Mappable<F>
-
Method Summary
-
Method Details
-
map
Accepts a converterFunctionand applies it to the current object.- Type Parameters:
T- the mapping output- Parameters:
mapper- the mapper function to use- Returns:
- the result of the mapping
-