NoEffect

org.atnos.eff.NoEffect
case class NoEffect[R, A](a: A) extends Effect[R, A]

Attributes

Source:
Union.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Effect[R, A]
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

type X = A

Attributes

Inherited from:
Effect
Source:
Union.scala

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product