org.apache.tinkerpop.gremlin.ogm.rx.MultiBoundGraphTraversalToManyRx.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-rx-ogm Show documentation
Show all versions of kotlin-rx-ogm Show documentation
The Object Graph Mapping Library for Kotlin and Gremlin using ReactiveX
The newest version!
package org.apache.tinkerpop.gremlin.ogm.rx
import io.reactivex.Single
import io.reactivex.SingleObserver
import io.reactivex.disposables.Disposables
import io.reactivex.exceptions.Exceptions
import io.reactivex.plugins.RxJavaPlugins
import org.apache.tinkerpop.gremlin.ogm.GraphMapper
import org.apache.tinkerpop.gremlin.ogm.steps.bound.BoundStep
internal data class MultiBoundGraphTraversalToManyRx(
private val mapper: GraphMapper,
private val boundStep: BoundStep.ToMany
) : Single