Uses of Class
cloud.opencode.base.core.Joiner
Packages that use Joiner
Package
Description
Core utilities and foundational classes for the OpenCode Base library.
-
Uses of Joiner in cloud.opencode.base.core
Methods in cloud.opencode.base.core that return JoinerModifier and TypeMethodDescriptionstatic JoinerJoiner.on(char separator) Creates a joiner that uses the given separator.static JoinerCreates a joiner that uses the given separator.Joiner.skipNulls()Returns a joiner that skips null values.Joiner.useForNull(String nullText) Returns a joiner that replaces null values with the given text.Joiner.withFormatter(Function<Object, String> formatter) Returns a joiner that formats values using the given function.