LatentConnection

channels.LatentConnection
See theLatentConnection companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class EncodingConnection[A, B](f: B => A, acc: Connection[A]) extends Connection[B]

Attributes

Supertypes
trait Connection[B]
class Object
trait Matchable
class Any

Value members

Concrete methods

def adapt[A, B](f: A => B, g: B => A)(latentConnection: LatentConnection[A]): LatentConnection[B]