p

newts

package newts

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class All(getAll: Boolean) extends AnyVal with Product with Serializable
  2. final case class Any(getAny: Boolean) extends AnyVal with Product with Serializable
  3. final case class Dual[A](getDual: A) extends AnyVal with Product with Serializable
  4. trait DualInstances0 extends AnyRef
  5. final case class First[A](getFirst: A) extends AnyVal with Product with Serializable
  6. trait FirstInstances0 extends AnyRef
  7. final case class FirstOption[A](getFirstOption: Option[A]) extends AnyVal with Product with Serializable
  8. trait FirstOptionInstances0 extends AnyRef
  9. final case class Last[A](getLast: A) extends AnyVal with Product with Serializable
  10. trait LastInstances0 extends AnyRef
  11. final case class LastOption[A](getLastOption: Option[A]) extends AnyVal with Product with Serializable
  12. trait LastOptionInstances0 extends AnyRef
  13. final case class Max[A](getMax: A) extends AnyVal with Product with Serializable
  14. trait MaxInstances0 extends AnyRef
  15. final case class Min[A](getMin: A) extends AnyVal with Product with Serializable
  16. trait MinInstances0 extends AnyRef
  17. final case class Mult[A](getMult: A) extends AnyVal with Product with Serializable
  18. trait MultInstances0 extends AnyRef
  19. trait Newtype[S] extends AnyRef

    S is a newtype means S is a wrapper around an A

  20. final case class ZipList[A](getZipList: List[A]) extends AnyVal with Product with Serializable

Ungrouped