Uses of Class
com.helger.base.string.StringImplode.ImploderBuilder
Packages that use StringImplode.ImploderBuilder
-
Uses of StringImplode.ImploderBuilder in com.helger.base.string
Methods in com.helger.base.string that return StringImplode.ImploderBuilderModifier and TypeMethodDescription@NonNull StringImplode.ImploderBuilderSet a custom filter predicate for source elements.@NonNull StringImplode.ImploderBuilderStringImplode.ImploderBuilder.filterNonEmpty()Set the filter to only include non-nulland non-empty source elements.static @NonNull StringImplode.ImploderBuilderStringImplode.imploder()@NonNull StringImplode.ImploderBuilderStringImplode.ImploderBuilder.length(int n) Set the number of source items to iterate, depending on the source offset.@NonNull StringImplode.ImploderBuilderStringImplode.ImploderBuilder.offset(int n) Set an offset of the source from which to start.@NonNull StringImplode.ImploderBuilderStringImplode.ImploderBuilder.separator(char c) Set the separator character to use between elements.@NonNull StringImplode.ImploderBuilderSet the separator string to use between elements.final <T> @NonNull StringImplode.ImploderBuilderStringImplode.ImploderBuilder.source(@Nullable T... a) Set the source elements from a generic array, converting each element to a string viaObject.toString().<T> @NonNull StringImplode.ImploderBuilderSet the source elements from a generic array, converting each element using the provided mapper function.@NonNull StringImplode.ImploderBuilderSet the source elements from a string array.@NonNull StringImplode.ImploderBuilderStringImplode.ImploderBuilder.source(@Nullable Collection<?> a) Set the source elements from a collection, converting each element to a string viaObject.toString().<T> @NonNull StringImplode.ImploderBuilderStringImplode.ImploderBuilder.source(@Nullable Collection<T> a, @NonNull Function<? super T, String> aMapper) Set the source elements from a collection, converting each element using the provided mapper function.