Exchange

ldbc.connector.net.protocol.Exchange
See theExchange companion object
trait Exchange[F[_]]

A trait that represents a function that exchanges a value of type A in a context F with another value of type A. The exchange operation is atomic and uncancelable.

Attributes

Companion
object
Source
Exchange.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply[A](fa: F[A]): F[A]

Attributes

Source
Exchange.scala