Uses of Interface
lumis.util.IFunction
-
Packages that use IFunction Package Description lumis.doui.source.field.type -
-
Uses of IFunction in lumis.doui.source.field.type
Methods in lumis.doui.source.field.type with parameters of type IFunction Modifier and Type Method Description static java.lang.String
HtmlDataTypeUtil. processAreasHtml(java.lang.String html, IFunction<HtmlDataTypeUtil.HtmlDataToRenderArea,java.lang.String> areaProcessor)
Returns the result of processing the given HTML using the given area processor.static <T> java.util.Map<java.lang.String,T>
HtmlDataTypeUtil. transformAreas(java.lang.String html, IFunction<HtmlDataTypeUtil.HtmlDataToRenderArea,T> areaProcessor)
Transform each area of the given HTML content using the given area processor and return a map with the results, using the target area name as the key.
-