next

abstract fun next(): Boolean

If this stream has not been {@link com.sap.cloud.mobile.kotlin.odata.DeltaStream#close() DeltaStream.close} and has a next delta item, then advance to the next delta item and return true. Otherwise return false.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.DeltaStream#hasCurrent() DeltaStream.hasCurrent}, {@link com.sap.cloud.mobile.kotlin.odata.DeltaStream#hasEntity() DeltaStream.hasEntity}, {@link com.sap.cloud.mobile.kotlin.odata.DeltaStream#hasLink() DeltaStream.hasLink}, {@link com.sap.cloud.mobile.kotlin.odata.DeltaStream#getCurrent() DeltaStream.getCurrent}, {@link com.sap.cloud.mobile.kotlin.odata.DeltaStream#getEntity() DeltaStream.getEntity}, {@link com.sap.cloud.mobile.kotlin.odata.DeltaStream#getLink() DeltaStream.getLink}.

Return

true if there is a next delta item available.