scalaz.example

AdjunctUsage

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val adjInt: Adjunction[[β$4$]WriterT[[+X]X, Int, β$4$], [β$5$]Kleisli[[+X]X, Int, β$5$]]

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

  8. def args: Array[String]

    Attributes
    protected
    Definition Classes
    App
  9. final def asInstanceOf[T0]: T0

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

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

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

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

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

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def delayedInit(body: ⇒ Unit): Unit

    Definition Classes
    App → DelayedInit
  17. val didTheyRepeat: Boolean

  18. val didTheyRepeat2: Boolean

  19. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  21. val executionStart: Long

    Definition Classes
    App
  22. def finalize(): Unit

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

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

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

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

    Definition Classes
    App
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. val nonRepeating: List[Int]

  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. val repeating: List[Int]

  32. val repeats: Boolean

  33. val res1: List[Boolean]

  34. val res2: List[Boolean]

  35. 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]]]]

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

  37. val sumOfInts: Int

  38. val sumResult: Int

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

    Definition Classes
    AnyRef
  40. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped