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

jvmMain.RaptorGraphScope.kt Maven / Gradle / Ivy

The newest version!
package io.fluidsonic.raptor

import io.fluidsonic.raptor.transactions.*


@RaptorDsl // TODO is @RaptorDsl ok? needed in RaptorGraphOperation.execute() to hide define {}
public interface RaptorGraphScope : RaptorTransactionScope {

	@RaptorDsl
	override val context: RaptorGraphContext
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy