Weightless

final case class Weightless[W](weight: W) extends Weighted[W, Nothing]
Companion:
object
class Weighted[W, Nothing]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def density: W
Definition Classes
override def isWeightless: Boolean
Definition Classes

Inherited methods

final def ===[B](that: Weighted[W, B])(using evidence$3: Eq[B], Eq[W]): Boolean
Inherited from:
Weighted
final def flatMap[B](f: Nothing => Weighted[W, B])(using Rig[W], Eq[W]): Weighted[W, B]
Inherited from:
Weighted
final def importance(f: Nothing => W)(using Semifield[W], Eq[W]): Weighted[W, Nothing]
Inherited from:
Weighted
final def importanceA[F[_], B](f: B => F[W])(using evidence$1: Applicative[F], Semifield[W], Eq[W]): F[Weighted[W, B]]
Inherited from:
Weighted
final def isHeavy: Boolean
Inherited from:
Weighted
final def map[B](f: Nothing => B): Weighted[W, B]
Inherited from:
Weighted
final def product[B](b: Weighted[W, B])(using Rig[W], Eq[W]): Weighted[W, (Nothing, B)]
Inherited from:
Weighted
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def show[B](using evidence$2: Show[B], Show[W]): String
Inherited from:
Weighted
final override def toString: String
Definition Classes
Weighted -> Any
Inherited from:
Weighted