Packages

p

crystal

package crystal

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

Package Members

  1. package implicits

Type Members

  1. trait ActionInterpreter[F[_], A[_[_]], T] extends AnyRef
  2. trait ActionInterpreterOpt[F[_], A[_[_]], T] extends AnyRef
  3. final case class Error(t: Throwable) extends Pot[Nothing] with Product with Serializable
  4. final case class Pending(start: Long = System.currentTimeMillis()) extends Pot[Nothing] with Product with Serializable
  5. sealed trait Pot[+A] extends AnyRef
  6. final case class Ready[+A](value: A) extends Pot[A] with Product with Serializable
  7. implicit class UnitMonadOps[F[_]] extends AnyRef
  8. final class ViewF[F[_], A] extends ViewOps[F, Id, A]
  9. abstract class ViewListF[F[_], A] extends ViewOps[F, List, A]
  10. sealed abstract class ViewOps[F[_], G[_], A] extends AnyRef
  11. abstract class ViewOptF[F[_], A] extends ViewOps[F, Option, A]

Value Members

  1. def refModCB[F[_], A](ref: Ref[F, A])(implicit arg0: FlatMap[F]): ((A) => A, (A) => F[Unit]) => F[Unit]
  2. object Pot
  3. object ViewF

Inherited from AnyRef

Inherited from Any

Ungrouped