Package

quasar

fp

Permalink

package fp

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fp
  2. StringOps
  3. SKI
  4. QFoldableOps
  5. ProcessOps
  6. JsonOps
  7. PartialFunctionOps
  8. ToCatchableOps
  9. CoEnvInstances
  10. LowPriorityCoEnvImplicits
  11. WriterTInstances
  12. StateTInstances
  13. OptionTInstances
  14. EitherTInstances
  15. ListMapInstances
  16. TreeInstances
  17. LowPriorityTreeInstances
  18. LowerPriorityTreeInstances
  19. AnyRef
  20. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CatchableOps[F[_], A] extends Ops[F[A]]

    Permalink
    Definition Classes
    ToCatchableOps
  2. type EnumT[F[_], A] = EnumeratorT[A, F]

    Permalink
  3. trait EqualF[F[_]] extends Serializable

    Permalink
  4. trait EqualT[T[_[_]]] extends Serializable

    Permalink
  5. implicit final class ListOps[A] extends AnyVal

    Permalink
  6. implicit class PFOps[A, B] extends AnyRef

    Permalink
    Definition Classes
    PartialFunctionOps
  7. sealed trait Polymorphic[F[_], TC[_]] extends AnyRef

    Permalink
  8. implicit class PrOps[F[_], O] extends AnyRef

    Permalink
    Definition Classes
    ProcessOps
  9. implicit class ProcessOfTaskOps[O] extends AnyRef

    Permalink
    Definition Classes
    ProcessOps
  10. trait ProcessOps extends AnyRef

    Permalink
  11. trait SemigroupF[F[_]] extends Serializable

    Permalink
  12. class SeqW[A] extends AnyRef

    Permalink
    Definition Classes
    ListMapInstances
  13. trait ShowF[F[_]] extends Serializable

    Permalink
  14. trait ShowT[T[_[_]]] extends Serializable

    Permalink
  15. implicit final class StringOps extends AnyRef

    Permalink
    Definition Classes
    StringOps
  16. implicit class TaskOps[A] extends AnyRef

    Permalink
    Definition Classes
    ProcessOps
  17. sealed abstract class TaskRef[A] extends AnyRef

    Permalink

    A thread-safe, atomically updatable mutable reference.

    A thread-safe, atomically updatable mutable reference.

    Cribbed from the IORef defined in oncue/remotely, an Apache 2 licensed project: https://github.com/oncue/remotely

  18. implicit final class ToQFoldableOps[F[_], A] extends AnyRef

    Permalink
    Definition Classes
    QFoldableOps
  19. implicit class eitherTOps[F[_], A, B] extends AnyRef

    Permalink
    Definition Classes
    EitherTInstances

Value Members

  1. implicit val BooleanRenderTree: RenderTree[Boolean]

    Permalink
    Definition Classes
    TreeInstances
  2. implicit val DoubleRenderTree: RenderTree[Double]

    Permalink
    Definition Classes
    TreeInstances
  3. implicit def EitherRenderTree[A, B](implicit RA: RenderTree[A], RB: RenderTree[B]): RenderTree[\/[A, B]]

    Permalink
    Definition Classes
    TreeInstances
  4. implicit def EqualEqualF[F[_], A, FF[A] <: F[A]](implicit arg0: Equal[A], FE: EqualF[F]): Equal[FF[A]]

    Permalink
  5. object EqualF extends Serializable

    Permalink
  6. implicit def EqualFNT[F[_]](implicit EF: EqualF[F]): ~>[Equal, [α]Equal[F[α]]]

    Permalink
  7. object EqualT extends Serializable

    Permalink
  8. object Inj

    Permalink
  9. implicit val IntRenderTree: RenderTree[Int]

    Permalink
    Definition Classes
    TreeInstances
  10. implicit def LeftTuple3RenderTree[A, B, C](implicit RA: RenderTree[A], RB: RenderTree[B], RC: RenderTree[C]): RenderTree[((A, B), C)]

    Permalink
    Definition Classes
    LowPriorityTreeInstances
  11. implicit def LeftTuple4RenderTree[A, B, C, D](implicit RA: RenderTree[A], RB: RenderTree[B], RC: RenderTree[C], RD: RenderTree[D]): RenderTree[(((A, B), C), D)]

    Permalink
    Definition Classes
    TreeInstances
  12. implicit def ListMapRenderTree[K, V](implicit RV: RenderTree[V]): RenderTree[ListMap[K, V]]

    Permalink
    Definition Classes
    TreeInstances
  13. implicit def ListRenderTree[A](implicit RA: RenderTree[A]): RenderTree[List[A]]

    Permalink
    Definition Classes
    TreeInstances
  14. implicit def OptionRenderTree[A](implicit RA: RenderTree[A]): RenderTree[Option[A]]

    Permalink
    Definition Classes
    TreeInstances
  15. implicit def PathRenderTree[B, T, S]: RenderTree[Path[B, T, S]]

    Permalink
    Definition Classes
    TreeInstances
  16. object ProcessOps extends ProcessOps

    Permalink
  17. implicit def RenderTreeToShow[N](implicit arg0: RenderTree[N]): Show[N]

    Permalink
    Definition Classes
    TreeInstances
  18. object SemigroupF extends Serializable

    Permalink
  19. object ShowF extends Serializable

    Permalink
  20. implicit def ShowFNT[F[_]](implicit SF: ShowF[F]): ~>[Show, [α]Show[F[α]]]

    Permalink
  21. implicit def ShowShowF[F[_], A, FF[A] <: F[A]](implicit arg0: Show[A], FS: ShowF[F]): Show[FF[A]]

    Permalink
  22. object ShowT extends Serializable

    Permalink
  23. implicit val StringRenderTree: RenderTree[String]

    Permalink
    Definition Classes
    TreeInstances
  24. implicit val SymbolEqual: Equal[Symbol]

    Permalink
    Definition Classes
    TreeInstances
  25. object TaskRef

    Permalink
  26. implicit def ToCatchableOpsFromCatchable[F[_], A](a: F[A]): CatchableOps[F, A]

    Permalink
    Definition Classes
    ToCatchableOps
  27. implicit def TraverseListMap[K]: Traverse[[β$0$]ListMap[K, β$0$]] with IsEmpty[[β$1$]ListMap[K, β$1$]]

    Permalink
    Definition Classes
    ListMapInstances
  28. implicit def Tuple2RenderTree[A, B](implicit RA: RenderTree[A], RB: RenderTree[B]): RenderTree[(A, B)]

    Permalink
    Definition Classes
    LowerPriorityTreeInstances
  29. implicit def VectorRenderTree[A](implicit RA: RenderTree[A]): RenderTree[Vector[A]]

    Permalink
    Definition Classes
    TreeInstances
  30. package binder

    Permalink
  31. implicit def coenvFunctor[F[_], E](implicit arg0: Functor[F]): Functor[[γ$23$]CoEnv[E, F, γ$23$]]

    Permalink
    Definition Classes
    CoEnvInstances
  32. implicit def coenvTraverse[F[_], E](implicit arg0: Traverse[F]): Traverse[[γ$22$]CoEnv[E, F, γ$22$]]

    Permalink
    Definition Classes
    LowPriorityCoEnvImplicits
  33. implicit def constEqual[A](implicit arg0: Equal[A]): Delay[Equal, [β$36$]Const[A, β$36$]]

    Permalink
  34. implicit def constShow[A](implicit arg0: Show[A]): Delay[Show, [β$38$]Const[A, β$38$]]

    Permalink
  35. implicit def coproductEqual[F[_], G[_]](implicit F: Delay[Equal, F], G: Delay[Equal, G]): Delay[Equal, [γ$32$]Coproduct[F, G, γ$32$]]

    Permalink
  36. implicit def coproductShow[F[_], G[_]](implicit F: Delay[Show, F], G: Delay[Show, G]): Delay[Show, [γ$34$]Coproduct[F, G, γ$34$]]

    Permalink
  37. def decodeJson[A](text: String)(implicit DA: DecodeJson[A]): \/[String, A]

    Permalink
    Definition Classes
    JsonOps
  38. implicit def eitherTCatchable[F[_], E](implicit arg0: Catchable[F], arg1: Functor[F]): Catchable[[γ$4$]EitherT[F, E, γ$4$]]

    Permalink
    Definition Classes
    EitherTInstances
  39. implicit def eitherTMonadState[F[_], S, E](implicit F: MonadState[F, S]): MonadState[[γ$6$]EitherT[F, E, γ$6$], S]

    Permalink
    Definition Classes
    EitherTInstances
  40. def elgotM[M[_], F[_], A, B](a: A)(φ: (F[B]) ⇒ M[B], ψ: (A) ⇒ M[\/[B, F[A]]])(implicit arg0: Monad[M], arg1: Traverse[F]): M[B]

    Permalink
  41. object enumeratee

    Permalink
  42. implicit def equalTEqual[T[_[_]], F[_]](implicit T: EqualT[T], F: Delay[Equal, F]): Equal[T[F]]

    Permalink
  43. implicit val equalTFix: EqualT[Fix]

    Permalink
  44. def evalNT[F[_], S](initial: S)(implicit arg0: Monad[F]): ~>[[γ$26$]IndexedStateT[F, S, S, γ$26$], F]

    Permalink
  45. implicit def finEqual[N <: Succ[_]]: Equal[Fin[N]]

    Permalink
  46. implicit def finShow[N <: Succ[_]]: Show[Fin[N]]

    Permalink
  47. package free

    Permalink
  48. def freeCata[F[_], E, A](free: Free[F, E])(φ: Algebra[[γ$44$]CoEnv[E, F, γ$44$], A])(implicit arg0: Traverse[F]): A

    Permalink
  49. def freeCataM[M[_], F[_], E, A](free: Free[F, E])(φ: AlgebraM[M, [γ$45$]CoEnv[E, F, γ$45$], A])(implicit arg0: Monad[M], arg1: Traverse[F]): M[A]

    Permalink
  50. def ginterpretM[W[_], M[_], F[_], A, B](f: (A) ⇒ M[B], φ: GAlgebraM[W, M, F, B]): GAlgebraM[W, M, [γ$42$]CoEnv[A, F, γ$42$], B]

    Permalink
  51. def ignore[A](a: A): Unit

    Permalink

    Accept a value (forcing the argument expression to be evaluated for its effects), and then discard it, returning Unit.

    Accept a value (forcing the argument expression to be evaluated for its effects), and then discard it, returning Unit. Makes it explicit that you're discarding the result, and effectively suppresses the "NonUnitStatement" warning from wartremover.

  52. def interpret[F[_], A, B](f: (A) ⇒ B, φ: Algebra[F, B]): Algebra[[γ$40$]CoEnv[A, F, γ$40$], B]

    Permalink

    Algebra transformation that allows a standard algebra to be used on a CoEnv structure (given a function that converts the leaves to the result type).

  53. def interpretM[M[_], F[_], A, B](f: (A) ⇒ M[B], φ: AlgebraM[M, F, B]): AlgebraM[M, [γ$41$]CoEnv[A, F, γ$41$], B]

    Permalink
  54. def liftFF[F[_], G[_], A](orig: (F[A]) ⇒ F[A])(implicit F: :<:[F, G]): (G[A]) ⇒ G[A]

    Permalink
  55. def liftFG[F[_], G[_], A](orig: (F[A]) ⇒ G[A])(implicit F: :<:[F, G]): (G[A]) ⇒ G[A]

    Permalink
  56. def liftMT[F[_], G[_[_], _]](implicit arg0: Monad[F], arg1: MonadTrans[G]): ~>[F, [β$24$]G[F, β$24$]]

    Permalink

    liftM as a natural transformation

    liftM as a natural transformation

    TODO: PR to scalaz

  57. val minspace: PrettyParams

    Permalink
    Definition Classes
    JsonOps
  58. val multiline: PrettyParams

    Permalink

    Nicely formatted, order-preserving, 2-space indented.

    Nicely formatted, order-preserving, 2-space indented.

    Definition Classes
    JsonOps
  59. implicit def natEqual[N <: Nat]: Equal[N]

    Permalink
  60. implicit def natShow[N <: Nat]: Show[N]

    Permalink
  61. package numeric

    Permalink
  62. implicit def optionTCatchable[F[_]](implicit arg0: Catchable[F], arg1: Functor[F]): Catchable[[β$16$]OptionT[F, β$16$]]

    Permalink
    Definition Classes
    OptionTInstances
  63. def optional[A](cur: ACursor)(implicit arg0: DecodeJson[A]): DecodeResult[Option[A]]

    Permalink
    Definition Classes
    JsonOps
  64. def orElse[A](cur: ACursor, default: ⇒ A)(implicit arg0: DecodeJson[A]): DecodeResult[A]

    Permalink
    Definition Classes
    JsonOps
  65. def pointNT[F[_]](implicit arg0: Applicative[F]): ~>[scalaz.Scalaz.Id, F]

    Permalink

    point as a natural transformation

  66. def recover[F[_], A](φ: Algebra[F, A]): Algebra[[γ$43$]CoEnv[A, F, γ$43$], A]

    Permalink

    A specialization of interpret where the leaves are of the result type.

  67. def reflNT[F[_]]: ~>[F, F]

    Permalink
  68. implicit def seqW[A](xs: Seq[A]): SeqW[A]

    Permalink
    Definition Classes
    ListMapInstances
  69. implicit val showTFix: ShowT[Fix]

    Permalink
  70. implicit def showTShow[T[_[_]], F[_]](implicit T: ShowT[T], F: Delay[Show, F]): Show[T[F]]

    Permalink
  71. implicit def sizedEqual[A, N <: Nat](implicit arg0: Equal[A]): Equal[Sized[A, N]]

    Permalink
  72. implicit def sizedShow[A, N <: Nat](implicit arg0: Show[A]): Show[Sized[A, N]]

    Permalink
  73. implicit def stateTCatchable[F[_], S](implicit arg0: Catchable[F], arg1: Monad[F]): Catchable[[γ$18$]IndexedStateT[F, S, S, γ$18$]]

    Permalink
    Definition Classes
    StateTInstances
  74. def substitute[T[_[_]], F[_]](original: T[F], replacement: T[F])(implicit T: Equal[T[F]]): (T[F]) ⇒ \/[T[F], T[F]]

    Permalink
  75. def transApoT[T[_[_]], F[_]](t: T[F])(f: (T[F]) ⇒ \/[T[F], T[F]])(implicit arg0: FunctorT[T], arg1: Functor[F]): T[F]

    Permalink
  76. def unzipDisj[A, B](ds: List[\/[A, B]]): (List[A], List[B])

    Permalink
  77. implicit def writerTCatchable[F[_], W](implicit arg0: Catchable[F], arg1: Functor[F], arg2: Monoid[W]): Catchable[[γ$20$]WriterT[F, W, γ$20$]]

    Permalink
    Definition Classes
    WriterTInstances
  78. object zoomNT

    Permalink

    Lift a State computation to operate over a "larger" state given a Lens.

    Lift a State computation to operate over a "larger" state given a Lens.

    NB: Uses partial application of F[_] for better type inference, usage:

    zoomNT[F](lens)

  79. def ι[A]: (A) ⇒ A

    Permalink

    A shorter name for the identity function.

    A shorter name for the identity function.

    Definition Classes
    SKI
  80. def κ[A, B, C, D, E, F, G](x: G): (A, B, C, D, E, F) ⇒ G

    Permalink
    Definition Classes
    SKI
  81. def κ[A, B, C, D](x: D): (A, B, C) ⇒ D

    Permalink
    Definition Classes
    SKI
  82. def κ[A, B, C](x: C): (A, B) ⇒ C

    Permalink
    Definition Classes
    SKI
  83. def κ[A, B](x: B): (A) ⇒ B

    Permalink

    A shorter name for the constant function of 1, 2, 3, or 6 args.

    A shorter name for the constant function of 1, 2, 3, or 6 args. NB: the argument is eager here, so use _ => ... instead if you need it to be thunked.

    Definition Classes
    SKI
  84. def σ[A, B, C](x: (A) ⇒ (B) ⇒ C, y: (A) ⇒ B, z: A): C

    Permalink

    Probably not useful; implemented here mostly because it's amusing.

    Probably not useful; implemented here mostly because it's amusing.

    Definition Classes
    SKI

Inherited from quasar.StringOps

Inherited from SKI

Inherited from QFoldableOps

Inherited from ProcessOps

Inherited from JsonOps

Inherited from PartialFunctionOps

Inherited from ToCatchableOps

Inherited from CoEnvInstances

Inherited from LowPriorityCoEnvImplicits

Inherited from WriterTInstances

Inherited from StateTInstances

Inherited from OptionTInstances

Inherited from EitherTInstances

Inherited from ListMapInstances

Inherited from TreeInstances

Inherited from LowPriorityTreeInstances

Inherited from AnyRef

Inherited from Any

Ungrouped