Packages

p

spire

package spire

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. spire
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package algebra
  2. package macros
  3. package math
  4. package optional
  5. package random
  6. package scalacompat
  7. package std
  8. package syntax

Type Members

  1. type ClassTag[A] = scala.reflect.ClassTag[A]
  2. final class NotGiven[A] extends AnyRef

    NotGiven provides a way to ensure that a particular implicit doesn't exist.

    NotGiven provides a way to ensure that a particular implicit doesn't exist. It is often useful to work-around annoying ambiguous implicit problems. Only for Scala 2. On Scala 3 spire.NotGiven is an alias for scala.util.NotGiven.

  3. type sp = specialized
  4. type tailrec = scala.annotation.tailrec

Deprecated Type Members

  1. type NoImplicit[A] = NotGiven[A]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0) Replaced by spire.NotGiven[A]

Value Members

  1. val ClassTag: scala.reflect.ClassTag.type
  2. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  3. object NotGiven
  4. object compat extends CompatPriority3
  5. object implicits extends AnyInstances with AllSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped