trait ComposePlus extends Plus[[α]=>:[α, α]]
- Attributes
- protected[this]
- Source
- Compose.scala
- Alphabetic
- By Inheritance
- ComposePlus
- Plus
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compose[G[_]]: Plus[[α]=>:[G[α], G[α]]]
The composition of Plus
F
andG
,[x]F[G[x]]
, is a PlusThe composition of Plus
F
andG
,[x]F[G[x]]
, is a Plus- Definition Classes
- Plus
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def plus[A](f1: =>:[A, A], f2: => =>:[A, A]): =>:[A, A]
- Definition Classes
- ComposePlus → Plus
- def plusLaw: PlusLaw
- Definition Classes
- Plus
- val plusSyntax: PlusSyntax[[α]=>:[α, α]]
- Definition Classes
- Plus
- def product[G[_]](implicit G0: Plus[G]): Plus[[α](=>:[α, α], G[α])]
The product of Plus
F
andG
,[x](F[x], G[x]])
, is a PlusThe product of Plus
F
andG
,[x](F[x], G[x]])
, is a Plus- Definition Classes
- Plus
- def semigroup[A]: Semigroup[=>:[A, A]]
- Definition Classes
- Plus
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unfoldlPsumOpt[S, A](seed: S)(f: (S) => Maybe[(S, =>:[A, A])]): Maybe[=>:[A, A]]
Unfold
seed
to the left and sum using #plus. - def unfoldrPsumOpt[S, A](seed: S)(f: (S) => Maybe[(=>:[A, A], S)]): Maybe[=>:[A, A]]
Unfold
seed
to the right and sum using #plus. - final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()