hasCurrent

open fun hasCurrent(): Boolean

Return true if the if the stream has a current delta item (the most recent call to {@link com.sap.cloud.mobile.kotlin.odata.DeltaStream#next() DeltaStream.next} returned true and {@link com.sap.cloud.mobile.kotlin.odata.DeltaStream#close() DeltaStream.close} has not been called)).

See Also:

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

Return

true if the if the stream has a current delta item (the most recent call to {@link com.sap.cloud.mobile.kotlin.odata.DeltaStream#next() DeltaStream.next} returned true and {@link com.sap.cloud.mobile.kotlin.odata.DeltaStream#close() DeltaStream.close} has not been called)).