futureToReadChannel

given futureToReadChannel[F[_], T](using `x$1`: Gopher[F]): Conversion[F[T], ReadChannel[F, T]]

Value members

Concrete methods

def apply(ft: F[T]): ReadChannel[F, T]

Inherited methods

@unspecialized
def andThen[A](g: ReadChannel[F, T] => A): F[T] => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => F[T]): A => ReadChannel[F, T]
Inherited from
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1

Concrete fields

protected val `x$1`: Gopher[F]

Extensions

Inherited extensions

extension (x: T)
def convert: ReadChannel[F, T]

x.convert converts a value x of type T to type U

x.convert converts a value x of type T to type U

Inherited from
Conversion