Companion

object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Return a thread-safe, concurrent set.

Link copied to clipboard

Return a new set of value type string, containing the specified items.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.StringSet#of(kotlin.String...) StringSet.of}.

Link copied to clipboard
fun of(vararg items: String): StringSet

Return a new set of value type string, containing the specified items.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.StringSet#from(com.sap.cloud.mobile.kotlin.odata.StringList) StringSet.from}.