TwoLevel

case class TwoLevel[F[_], A](_1: F[A], _2: F[A])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def plus(that: TwoLevel[F, A])(implicit F: Plus[F]): TwoLevel[F, A]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product