getCurrent

open fun getCurrent(): Any?

Return (nullable) the current delta item (an {@link com.sap.cloud.mobile.kotlin.odata.EntityValue} or {@link com.sap.cloud.mobile.kotlin.odata.ChangedLink}), or null if there is no current delta item.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.DeltaStream#hasCurrent() DeltaStream.hasCurrent}.

Return

(nullable) the current delta item (an {@link com.sap.cloud.mobile.kotlin.odata.EntityValue} or {@link com.sap.cloud.mobile.kotlin.odata.ChangedLink}), or null if there is no current delta item.