PartiallyAppliedFromEither

fs2.Pull$.PartiallyAppliedFromEither
final class PartiallyAppliedFromEither[F[_]]

Attributes

Source:
Pull.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[A](either: Either[Throwable, A])(implicit ev: RaiseThrowable[F]): Pull[F, A, Unit]

Attributes

Source:
Pull.scala