ConnectionF

ldbc.dsl.internal.ConnectionSyntax.ConnectionF
implicit class ConnectionF(connectionObject: Connection.type)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[F[_] : Sync](connection: Connection): Connection[F]
def pure[F[_] : Applicative, T](value: T): Kleisli[F, Connection[F], T]