scalaz

package scalaz

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scalaz
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type :<:[F[_], G[_]] = Inject[F, G]

  2. type :≺:[F[_], G[_]] = Inject[F, G]

  3. type <~[+F[_], -G[_]] = NaturalTransformation[G, F]

  4. type =?>[E, A] = Kleisli[Option, E, A]

  5. type @>[A, B] = LensFamily[A, A, B, B]

  6. type @?>[A, B] = PLensFamily[A, A, B, B]

  7. type @@[+T, Tag] = T with Tagged[Tag]

  8. type Alternative[F[_]] = ApplicativePlus[F]

  9. type Cont[R, A] = IndexedContsT[scalaz.Id.Id, scalaz.Id.Id, R, R, A]

  10. type ContT[M[_], R, A] = IndexedContsT[scalaz.Id.Id, M, R, R, A]

  11. type Conts[W[_], R, A] = IndexedContsT[W, scalaz.Id.Id, R, R, A]

  12. type ContsT[W[_], M[_], R, A] = IndexedContsT[W, M, R, R, A]

  13. type FirstOf[A] = A with Tagged[FirstVal]

  14. type FirstOption[A] = Option[A] with Tagged[First]

  15. type IRWS[-R, W, -S1, S2, A] = IndexedReaderWriterStateT[scalaz.Id.Id, R, W, S1, S2, A]

  16. type IRWST[F[_], -R, W, -S1, S2, A] = IndexedReaderWriterStateT[F, R, W, S1, S2, A]

  17. type IndexedCont[R, O, A] = IndexedContsT[scalaz.Id.Id, scalaz.Id.Id, R, O, A]

  18. type IndexedContT[M[_], R, O, A] = IndexedContsT[scalaz.Id.Id, M, R, O, A]

  19. type IndexedConts[W[_], R, O, A] = IndexedContsT[W, scalaz.Id.Id, R, O, A]

  20. type IndexedReaderWriterState[-R, W, -S1, S2, A] = IndexedReaderWriterStateT[scalaz.Id.Id, R, W, S1, S2, A]

  21. type IndexedState[-S1, S2, A] = IndexedStateT[scalaz.Id.Id, S1, S2, A]

  22. type IndexedStore[I, A, B] = IndexedStoreT[scalaz.Id.Id, I, A, B]

  23. type LastOf[A] = A with Tagged[LastVal]

  24. type LastOption[A] = Option[A] with Tagged[Last]

  25. type Lens[A, B] = LensFamily[A, A, B, B]

  26. type MaxOf[A] = A with Tagged[MaxVal]

  27. type MaxOption[A] = Option[A] with Tagged[Max]

  28. type MinOf[A] = A with Tagged[MinVal]

  29. type MinOption[A] = Option[A] with Tagged[Min]

  30. type PIndexedState[-S1, S2, A] = IndexedStateT[scalaz.Id.Id, S1, S2, Option[A]]

  31. type PIndexedStateT[F[_], -S1, S2, A] = IndexedStateT[F, S1, S2, Option[A]]

  32. type PLens[A, B] = PLensFamily[A, A, B, B]

  33. type PState[S, A] = IndexedStateT[scalaz.Id.Id, S, S, Option[A]]

  34. type PStateT[F[_], S, A] = IndexedStateT[F, S, S, Option[A]]

  35. type RWS[-R, W, S, A] = IndexedReaderWriterStateT[scalaz.Id.Id, R, W, S, S, A]

  36. type RWST[F[_], -R, W, S, A] = IndexedReaderWriterStateT[F, R, W, S, S, A]

  37. type Reader[E, A] = Kleisli[scalaz.Id.Id, E, A]

  38. type ReaderT[F[_], E, A] = Kleisli[F, E, A]

  39. type ReaderWriterState[-R, W, S, A] = IndexedReaderWriterStateT[scalaz.Id.Id, R, W, S, S, A]

  40. type ReaderWriterStateT[F[_], -R, W, S, A] = IndexedReaderWriterStateT[F, R, W, S, S, A]

  41. type State[S, A] = IndexedStateT[scalaz.Id.Id, S, S, A]

  42. type StateT[F[_], S, A] = IndexedStateT[F, S, S, A]

  43. type Store[A, B] = IndexedStoreT[scalaz.Id.Id, A, A, B]

  44. type StoreT[F[_], A, B] = IndexedStoreT[F, A, A, B]

  45. type Tagged[T] = AnyRef { type Tag = T }

  46. type Unwriter[W, A] = UnwriterT[scalaz.Id.Id, W, A]

  47. type ValidationNel[+E, +X] = Validation[NonEmptyList[E], X]

  48. type Writer[W, A] = WriterT[scalaz.Id.Id, W, A]

  49. type |-->[A, B] = IndexedStoreT[scalaz.Id.Id, B, B, A]

  50. type |>=|[G[_], F[_]] = MonadPartialOrder[G, F]

  51. type ~>[-F[_], +G[_]] = NaturalTransformation[F, G]

  52. type ~~>[-F[_, _], +G[_, _]] = BiNaturalTransformation[F, G]

  53. type = Any

  54. type = Nothing

  55. type Cojoin[F[_]] = Cobind[F]

    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) Cojoin has been merged into Cobind

Value Members

  1. val IRWS: IndexedReaderWriterState.type

  2. val IRWST: IndexedReaderWriterStateT.type

  3. val RWS: ReaderWriterState.type

  4. val RWST: ReaderWriterStateT.type

  5. package effect

  6. implicit val idInstance: Traverse1[scalaz.Id.Id] with Each[scalaz.Id.Id] with Monad[scalaz.Id.Id] with Comonad[scalaz.Id.Id] with Distributive[scalaz.Id.Id] with Zip[scalaz.Id.Id] with Unzip[scalaz.Id.Id] with Align[scalaz.Id.Id] with Cozip[scalaz.Id.Id]

  7. package std

  8. package syntax

Deprecated Value Members

  1. val Cojoin: Cobind.type

    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) Cojoin has been merged into Cobind

Inherited from AnyRef

Inherited from Any

Ungrouped