Uses of Class
com.rosetta.model.lib.mapper.MapperListOfLists
Packages that use MapperListOfLists
-
Uses of MapperListOfLists in com.rosetta.model.lib.mapper
Methods in com.rosetta.model.lib.mapper that return MapperListOfListsModifier and TypeMethodDescriptionMapperListOfLists.filterList(Predicate<MapperC<T>> predicate) Filter a list of lists based on the given predicate.MapperListOfLists.filterListNullSafe(Function<MapperC<T>, Boolean> predicate) Filter a list of lists based on the given predicate.<F> MapperListOfLists<F> MapperC.mapItemToList(Function<MapperS<T>, MapperC<F>> mappingFunc) Map items of a list based on the given mapping function.<F> MapperListOfLists<F> MapperListOfLists.mapListToList(Function<MapperC<T>, MapperC<F>> mappingFunc) Map list of lists to a different list of lists based on the given mapping function.static <T> MapperListOfLists<T> Method parameters in com.rosetta.model.lib.mapper with type arguments of type MapperListOfListsModifier and TypeMethodDescription<F> FMapperListOfLists.apply(Function<MapperListOfLists<T>, F> f) Apply a function to this mapper