Packages

object Entropy1 extends LowPriorityEntropyInstances

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Entropy1
  2. LowPriorityEntropyInstances
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Deterministic extends ScalaEntropy
  2. trait ScalaEntropy extends Entropy1[Identity]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[F[_]](implicit arg0: Entropy1[F]): Entropy1[F]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. implicit final def covarianceConversion[F[_], G[_]](entropy: Entropy1[F])(implicit ev: <:<[F[Unit], G[Unit]]): Entropy1[G]
    Annotations
    @inline()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def fromImpure[F[_]](impureEntropy: Entropy1[Identity])(implicit arg0: SyncSafe1[F]): Entropy1[F]
  12. implicit final def fromImpureEntropy[F[_]](implicit impureEntropy: Entropy1[Identity], F: SyncSafe1[F]): Entropy1[F]
    Definition Classes
    LowPriorityEntropyInstances
    Annotations
    @inline()
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. implicit final def impureEntropy: Entropy1[Identity]
    Annotations
    @inline()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. implicit final def limitedCovariance2[C[f[_]] <: Entropy1[f[_]], F[_, _], E](implicit F: C[[β$0$]F[Nothing, β$0$]] { type Divergence = izumi.functional.bio.DivergenceHelper.Nondivergent }): Of[C[[β$1$]F[E, β$1$]]]

    Emulate covariance.

    Emulate covariance. We're forced to employ these because we can't make Entropy covariant, because covariant implicits are broken (see scalac bug)

    Safe because F appears only in a covariant position

    Annotations
    @inline()
    See also

    https://github.com/scala/bug/issues/11427

  18. implicit final def limitedCovariance3[C[f[_]] <: Entropy1[f[_]], FR[_, _, _], R0, E](implicit F: C[[γ$3$]FR[Any, Nothing, γ$3$]] { type Divergence = izumi.functional.bio.DivergenceHelper.Nondivergent }): Of[C[[γ$4$]FR[R0, E, γ$4$]]]
    Annotations
    @inline()
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. object Standard extends ScalaEntropy

Inherited from AnyRef

Inherited from Any

Ungrouped