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.FluentList
CollectionUtil.createEmptyFluentList()
Creates a newCollectionUtil.FluentList
instance with an initially empty list.
This allows for fluent-style operations to add elements to the list immediately after creation.static CollectionUtil.FluentList
CollectionUtil.createFluentList
(Object object) Creates a newCollectionUtil.FluentList
instance initialized with a single object.static CollectionUtil.FluentList
CollectionUtil.createListWithRoot
(List<Object> values)