Network

fs2.io.net.Network$
See theNetwork companion trait
object Network

Attributes

Companion
trait
Source
Network.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Network.type

Members list

Value members

Concrete methods

def apply[F[_]](implicit F: Network[F]): Network[F]

Attributes

Source
Network.scala

Inherited methods

def forAsync[F[_]](implicit F: Async[F]): Network[F]

Attributes

Inherited from:
NetworkCompanionPlatform (hidden)
Source
NetworkPlatform.scala
def forAsyncAndDns[F[_]](implicit F: Async[F], dns: Dns[F]): Network[F]

Attributes

Inherited from:
NetworkCompanionPlatform (hidden)
Source
NetworkPlatform.scala
def forIO: Network[IO]

Attributes

Inherited from:
NetworkCompanionPlatform (hidden)
Source
NetworkPlatform.scala

Implicits

Inherited implicits

implicit def forLiftIO[F[_] : LiftIO]: Network[F]

Attributes

Inherited from:
NetworkCompanionPlatform (hidden)
Source
NetworkPlatform.scala

Deprecated and Inherited implicits

implicit def implicitForAsync[F[_] : Async]: Network[F]

Attributes

Deprecated
true
Inherited from:
NetworkLowPriority (hidden)
Source
NetworkLowPriority.scala