Companion

object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Compare two wrapped values for ordering.

Link copied to clipboard

Compare two wrapped values for equality.

Link copied to clipboard

Wrap a string value as an object.

Link copied to clipboard

Wrap a nullable string value as an object.

Link copied to clipboard

Convert a wrapped string value to a nullable string.

Throws:

{@link com.sap.cloud.mobile.kotlin.odata.core.CastException} if value is not a wrapped string or null.

Link copied to clipboard
fun unwrap(value: Any?): String

Convert a wrapped string value to a string.

Throws:

{@link com.sap.cloud.mobile.kotlin.odata.core.CastException} if value is not a wrapped string.