readChannelToTryReadChannel

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

Value members

Concrete methods

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

Inherited methods

@unspecialized
def andThen[A](g: ReadChannel[F, Try[T]] => A): ReadChannel[F, T] => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => ReadChannel[F, T]): A => ReadChannel[F, Try[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, Try[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