Packages

p

breeze

gymnastics

package gymnastics

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait &:&[+A, +B] extends Serializable

    Implicit witness that means you can find an A and a B.

    Implicit witness that means you can find an A and a B. Mostly for using with scala.util.NotGiven

  2. sealed trait NotGiven[+T] extends AnyRef

    trait emulating Scala 3's not given via the shapeless trick.

    trait emulating Scala 3's not given via the shapeless trick. It's a witness that you can't find an implicit of the type

Value Members

  1. object &:& extends Serializable
  2. object NotGiven

Ungrouped