Packages

p

crystal

implicits

package implicits

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

Type Members

  1. implicit final class AnyOptionToPotOps[A] extends AnyVal
  2. implicit final class AnyToPotOps[A] extends AnyVal
  3. implicit class OptionApplicativeUnitOps[F[_]] extends AnyRef
  4. implicit final class TryOptionToPotOps[A] extends AnyVal
  5. implicit final class TryToPotOps[A] extends AnyVal

Value Members

  1. implicit def eqPot[A](implicit arg0: Eq[A]): Eq[Pot[A]]
  2. implicit val eqPotNothing: Eq[Pot[Nothing]]
  3. implicit def eqPotOption[A](implicit arg0: Eq[A]): Eq[PotOption[A]]
  4. implicit val eqPotOptionNothing: Eq[PotOption[Nothing]]
  5. implicit object PotCats extends MonadError[Pot, Throwable] with Traverse[Pot] with Align[Pot]
  6. implicit object PotOptionCats extends MonadError[PotOption, Throwable] with Traverse[PotOption] with Align[PotOption]
  7. object throwable

Inherited from AnyRef

Inherited from Any

Ungrouped