given_IdentityFlatten_Computable

works.iterative.ui.model.Computable.given_IdentityFlatten_Computable
object given_IdentityFlatten_Computable extends IdentityFlatten[Computable]

Attributes

Graph
Supertypes
trait IdentityFlatten[Computable]
trait AssociativeFlatten[Computable]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def any: Computable[Any]

The identity element.

The identity element.

Attributes

def flatten[A](fa: Computable[Computable[A]]): Computable[A]

Flattens a value of type F[F[A]] to produce an F[A].

Flattens a value of type F[F[A]] to produce an F[A].

Attributes