Trait

scalaz.syntax

Syntaxes

Related Doc: package syntax

Permalink

trait Syntaxes extends AnyRef

Source
Syntax.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Syntaxes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object align extends ToAlignOps

    Permalink
  5. object all extends ToTypeClassOps with ToDataOps

    Permalink
  6. object applicative extends ToApplicativeOps

    Permalink
  7. object applicativePlus extends ToApplicativePlusOps

    Permalink
  8. object apply extends ToApplyOps

    Permalink
  9. object arrow extends ToArrowOps

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. object bifoldable extends ToBifoldableOps

    Permalink
  12. object bifunctor extends ToBifunctorOps

    Permalink
  13. object bind extends ToBindOps

    Permalink
  14. object bitraverse extends ToBitraverseOps

    Permalink
  15. object catchable extends ToCatchableOps

    Permalink
  16. object category extends ToCategoryOps

    Permalink
  17. object choice extends ToChoiceOps

    Permalink
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. object cobind extends ToCobindOps

    Permalink
  20. object comonad extends ToComonadOps

    Permalink
  21. object compose extends ToComposeOps

    Permalink
  22. object contravariant extends ToContravariantOps

    Permalink
  23. object cozip extends ToCozipOps

    Permalink
  24. object either extends ToEitherOps

    Permalink
  25. object enum extends ToEnumOps

    Permalink
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. object equal extends ToEqualOps

    Permalink
  28. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. object foldable extends ToFoldableOps

    Permalink
  31. object foldable1 extends ToFoldable1Ops

    Permalink
  32. object functor extends ToFunctorOps

    Permalink
  33. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  35. object id extends ToIdOpsDeprecated

    Permalink
  36. object invariantFunctor extends ToInvariantFunctorOps

    Permalink
  37. object isEmpty extends ToIsEmptyOps

    Permalink
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. object kleisli extends ToKleisliOps

    Permalink
  40. object maybe extends ToMaybeOps

    Permalink
  41. object monad extends ToMonadOps

    Permalink
  42. object monadError extends ToMonadErrorOps

    Permalink
  43. object monadListen extends ToMonadListenOps

    Permalink
  44. object monadPlus extends ToMonadPlusOps

    Permalink
  45. object monadTell extends ToMonadTellOps

    Permalink
  46. object monoid extends ToMonoidOps

    Permalink
  47. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. object nel extends ToNelOps

    Permalink
  49. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  50. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  51. object optional extends ToOptionalOps

    Permalink
  52. object order extends ToOrderOps

    Permalink
  53. object plus extends ToPlusOps

    Permalink
  54. object plusEmpty extends ToPlusEmptyOps

    Permalink
  55. object profunctor extends ToProfunctorOps

    Permalink
  56. object reducer extends ToReducerOps

    Permalink
  57. object semigroup extends ToSemigroupOps

    Permalink
  58. object show extends ToShowOps

    Permalink
  59. object split extends ToSplitOps

    Permalink
  60. object state extends ToStateOps

    Permalink
  61. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  62. object tag extends ToTagOps

    Permalink
  63. object these extends ToTheseOps

    Permalink
  64. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  65. object traverse extends ToTraverseOps

    Permalink
  66. object traverse1 extends ToTraverse1Ops

    Permalink
  67. object tree extends ToTreeOps

    Permalink
  68. object unzip extends ToUnzipOps

    Permalink
  69. object validation extends ToValidationOps

    Permalink
  70. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. object writer extends ToWriterOps

    Permalink
  74. object zip extends ToZipOps

    Permalink

Deprecated Value Members

  1. object cojoin extends ToCobindOps

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) cojoin has been merged into cobind

  2. object each extends ToEachOps

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) each is deprecated

  3. object index extends ToIndexOps

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) index is deprecated

  4. object length extends ToLengthOps

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) length is deprecated, use foldable instead

  5. object metricSpace extends ToMetricSpaceOps

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 7.0.1) metricSpace is deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped