All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.RaptorGraphContext.kt Maven / Gradle / Ivy

There is a newer version: 0.26.0
Show newest version
package io.fluidsonic.raptor

import io.fluidsonic.raptor.transactions.*


public interface RaptorGraphContext : RaptorTransactionContext, RaptorGraphScope {

	override fun toString(): String


	override fun asScope(): RaptorGraphScope =
		this


	override val context: RaptorGraphContext
		get() = this


	public companion object
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy