Object

scalaz.example

AdjunctUsage

Related Doc: package example

Permalink

object AdjunctUsage extends App

Source
AdjunctUsage.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdjunctUsage
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ROIRIWW[A] = Kleisli[Id.Id, Option[Int], Reader[Int, Writer[Int, Writer[Option[Int], A]]]]

    Permalink
  2. type RWState[S, A] = Kleisli[Id.Id, S, Writer[S, A]]

    Permalink

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. val adjInt: Adjunction[[β$4$]WriterT[[X]X, Int, β$4$], [β$5$]Kleisli[[X]X, Int, β$5$]]

    Permalink
  5. val adjOptionInt: Adjunction[[β$4$]WriterT[[X]X, Option[Int], β$4$], [β$5$]Kleisli[[X]X, Option[Int], β$5$]]

    Permalink
  6. def args: Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "args should not be overridden" , "2.11.0" )
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val bothAtOnce: (Int, WriterT[[X]X, Option[Int], List[Boolean]])

    Permalink
  9. val checkForRepeats: (Int) ⇒ State[Option[Int], Boolean]

    Permalink
  10. val checkForRepeatsAdj: (Int) ⇒ RWState[Option[Int], Boolean]

    Permalink
  11. val checkForRepeatsAdjAndSum: (Int) ⇒ ROIRIWW[Boolean]

    Permalink
  12. val checkForRepeatsAdjAndSum2: (Int) ⇒ ROIRIWW[Boolean]

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val didTheyRepeat: Boolean

    Permalink
  15. val didTheyRepeat2: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. val executionStart: Long

    Permalink
    Definition Classes
    App
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. val nonRepeating: List[Int]

    Permalink
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. val repeating: List[Int]

    Permalink
  29. val repeats: Boolean

    Permalink
  30. val res1: List[Boolean]

    Permalink
  31. val res2: List[Boolean]

    Permalink
  32. def run2RWState[A, S1, S2, B, C, R](rws1: (A) ⇒ RWState[S1, B], rws2: (A) ⇒ RWState[S2, C], f: (B, C) ⇒ R): (A) ⇒ Kleisli[Id.Id, S1, Kleisli[Id.Id, S2, WriterT[Id.Id, S2, WriterT[Id.Id, S1, R]]]]

    Permalink
  33. val sum: (Int) ⇒ RWState[Int, Unit]

    Permalink
  34. val sumOfInts: Int

    Permalink
  35. val sumResult: Int

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

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def delayedInit(body: ⇒ Unit): Unit

    Permalink
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) The delayedInit mechanism will disappear.

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped