Uses of Class
com.ssgllc.fish.service.util.registered.CollectionUtil.FluentList
Packages that use CollectionUtil.FluentList
-
Uses of CollectionUtil.FluentList in com.ssgllc.fish.service.util.registered
Methods in com.ssgllc.fish.service.util.registered that return CollectionUtil.FluentListModifier and TypeMethodDescriptionCollectionUtil.FluentList.addAll(Collection<Object> values) CollectionUtil.FluentList.addAllIfNotNull(Collection<Object> values) CollectionUtil.FluentList.addIfNotNull(Object value) static CollectionUtil.FluentListCollectionUtil.createEmptyFluentList()Creates a newCollectionUtil.FluentListinstance with an initially empty list.
This allows for fluent-style operations to add elements to the list immediately after creation.static CollectionUtil.FluentListCollectionUtil.createFluentList(Object object) Creates a newCollectionUtil.FluentListinstance initialized with a single object.static CollectionUtil.FluentListCollectionUtil.createListWithRoot(List<Object> values)