implicit
object
DoubleMonoid extends Monoid[Double]
Type Members
-
trait
MonoidLaw extends scalaz.Monoid.SemigroupLaw
-
trait
SemigroupApply extends Apply[[α]F]
-
trait
SemigroupCompose extends Compose[[α, β]F]
-
trait
SemigroupLaw extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
applicative: Applicative[[α]Double]
-
final
def
apply: Apply[[α]Double]
-
final
def
asInstanceOf[T0]: T0
-
final
def
category: Category[[α, β]Double]
-
def
clone(): AnyRef
-
final
def
compose: Compose[[α, β]Double]
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ifEmpty[B](a: Double)(t: ⇒ B)(f: ⇒ B)(implicit eq: scalaz.Equal[Double]): B
-
final
def
isInstanceOf[T0]: Boolean
-
def
isMZero(a: Double)(implicit eq: scalaz.Equal[Double]): Boolean
-
-
val
monoidSyntax: MonoidSyntax[Double]
-
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
onEmpty[A, B](a: Double)(v: ⇒ B)(implicit eq: scalaz.Equal[Double], mb: Monoid[B]): B
-
final
def
onNotEmpty[B](a: Double)(v: ⇒ B)(implicit eq: scalaz.Equal[Double], mb: Monoid[B]): B
-
-
val
semigroupSyntax: SemigroupSyntax[Double]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
Inherited from Semigroup[Double]