Suspend

izumi.functional.bio.data.Free$.Suspend
final case class Suspend[S[_, _], E, A](a: S[E, A]) extends Free[S, E, A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Free[S, E, A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

final def *>[S1[e, a], B, E1 >: E](sc: Free[S1, E1, B]): Free[S1, E1, B]

Attributes

Inherited from:
Free
final def <*[S1[e, a], B, E1 >: E](sc: Free[S1, E1, B]): Free[S1, E1, A]

Attributes

Inherited from:
Free
final def as[B](as: => B): Free[S, E, B]

Attributes

Inherited from:
Free
final def flatMap[S1[e, a], B, E1 >: E](fun: A => Free[S1, E1, B]): Free[S1, E1, B]

Attributes

Inherited from:
Free
final def foldMap[S1[e, a], G[_, _]](transform: Morphism2[S1, G])(implicit G: Monad2[G]): G[E, A]

Attributes

Inherited from:
Free
final def map[B](fun: A => B): Free[S, E, B]

Attributes

Inherited from:
Free
final def mapK[S1[e, a], T[_, _]](f: Morphism2[S1, T]): Free[T, E, A]

Attributes

Inherited from:
Free
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def void: Free[S, E, Unit]

Attributes

Inherited from:
Free