Cons

org.atnos.eff.Cons
See theCons companion object
case class Cons[H, T <: Members](head: H, tail: T) extends Members

Attributes

Companion:
object
Source:
Members.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Members
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product