object classic
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- classic
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Type Members
-  type AbelianGroup[A] = Commutative[A] with Inverse[A]
 -  type Alternative[F[+_]] = Covariant[F] with IdentityBoth[F] with IdentityEither[F]
 -  type Applicative[F[+_]] = Covariant[F] with IdentityBoth[F]
 -  type Apply[F[+_]] = Covariant[F] with AssociativeBoth[F]
 -  type Bifunctor[=>:[+_, +_]] = Bicovariant[=>:]
 -  type BoundedSemilattice[A] = Semilattice[A] with Identity[A]
 -  type Category[=>:[-_, +_]] = IdentityCompose[=>:]
 -  type CommutativeMonoid[A] = Commutative[A] with Identity[A]
 -  type CommutativeSemigroup[A] = Commutative[A]
 -  type Contravariant[F[-_]] = prelude.Contravariant[F]
 -  type ContravariantMonoidal[F[-_]] = Contravariant[F] with IdentityBoth[F]
 -  type ContravariantSemigroupal[F[-_]] = Contravariant[F] with AssociativeBoth[F]
 -  type Decidable[F[-_]] = Contravariant[F] with IdentityBoth[F] with IdentityEither[F]
 -  type Divide[F[-_]] = Contravariant[F] with AssociativeBoth[F]
 -  type Divisible[F[-_]] = Contravariant[F] with IdentityBoth[F]
 -  type FlatMap[F[+_]] = Covariant[F] with AssociativeFlatten[F]
 -  type Functor[F[+_]] = Covariant[F]
 -  type Group[A] = Inverse[A]
 -  type Invariant[F[_]] = prelude.Invariant[F]
 -  type InvariantAlt[F[_]] = Invariant[F] with IdentityBoth[F] with IdentityEither[F]
 -  type InvariantApplicative[F[_]] = Invariant[F] with IdentityBoth[F]
 -  type InvariantMonoidal[F[_]] = Invariant[F] with IdentityBoth[F]
 -  type InvariantSemigroupal[F[_]] = Invariant[F] with AssociativeBoth[F]
 -  type Monad[F[+_]] = Covariant[F] with IdentityFlatten[F]
 -  type Monoid[A] = Identity[A]
 -  type MonoidK[F[_]] = IdentityEither[F]
 -  type Profunctor[=>:[-_, +_]] = Divariant[=>:]
 -  type Semigroup[A] = Associative[A]
 -  type SemigroupK[F[_]] = AssociativeEither[F]
 -  type Semigroupal[F[+_]] = Covariant[F] with AssociativeBoth[F]
 -  type Semilattice[A] = Commutative[A] with Idempotent[A]
 
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()
 
 -   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()
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   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()