p
crystal
package crystal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- crystal
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait ActionInterpreter[F[_], A[_[_]], T] extends AnyRef
- trait ActionInterpreterOpt[F[_], A[_[_]], T] extends AnyRef
- final case class Error(t: Throwable) extends Pot[Nothing] with Product with Serializable
- final case class Pending(start: Long = System.currentTimeMillis()) extends Pot[Nothing] with Product with Serializable
- sealed trait Pot[+A] extends AnyRef
- final case class Ready[+A](value: A) extends Pot[A] with Product with Serializable
- implicit class UnitMonadOps[F[_]] extends AnyRef
- final class ViewF[F[_], A] extends ViewOps[F, Id, A]
- abstract class ViewListF[F[_], A] extends ViewOps[F, List, A]
- sealed abstract class ViewOps[F[_], G[_], A] extends AnyRef
- abstract class ViewOptF[F[_], A] extends ViewOps[F, Option, A]