Uses of Class
com.ssgllc.fish.service.util.registered.CollectionUtil.FluentSet
Packages that use CollectionUtil.FluentSet
-
Uses of CollectionUtil.FluentSet in com.ssgllc.fish.service.util.registered
Methods in com.ssgllc.fish.service.util.registered that return CollectionUtil.FluentSetModifier and TypeMethodDescriptionCollectionUtil.FluentSet.addIfNotNull
(Object value) CollectionUtil.FluentSet.addValuesIfNotNull
(Collection<Object> values) static CollectionUtil.FluentSet
CollectionUtil.createEmptyFluentSet()
Creates a newCollectionUtil.FluentSet
instance with an initially empty set.
This allows for fluent-style operations to add elements to the set immediately after creation.