Eagle

object Eagle
Companion:
class
Source:
Eagle.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any
Eagle.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply[F[_], W](weights: F[W])(using evidence$1: Reducible[F], W: Semifield[W]): Eagle[W]
def eaglet[W](using W: AdditiveMonoid[W]): Eagle[W]

Givens

Givens

given derived$Eq[W](implicit x$0: Eq[W]): Eq[Eagle[W]]
given derived$Show[W](implicit x$0: Show[W]): Show[Eagle[W]]
given given_Monoid_Eagle[W](using evidence$2: Semifield[W], NotGiven[CommutativeSemifield[W]]): Monoid[Eagle[W]]