append

Append an object to the builder.

Return

the builder instance

Parameters

o

the object to append


open fun append(@NonNull fstring: String, @Nullable objs: Array<Any>): Text.Builder

Append a string to the builder using a formatString call.

Return

the builder instance

Parameters

fstring

the format string

objs

the objects to insert into the string