ConnectionFactory

io.github.positionpal.location.commons.ConnectionFactory
trait ConnectionFactory[F[_], C]

A generic factory of connections.

Type parameters

C

the connection type

F

the effect type in which the connection is encapsulated

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def get: F[C]

Attributes

Returns

a new connection C, properly encapsulated in the effect type F.