scalaz.example

AdjunctUsage

object AdjunctUsage extends App

Source
AdjunctUsage.scala
Linear Supertypes
App, DelayedInit, AnyRef, Any
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: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  4. val adjInt: Adjunction[[α]WriterT[[+X]X, Int, α], [α]Kleisli[[+X]X, Int, α]]

  5. val adjOptionInt: Adjunction[[α]WriterT[[+X]X, Option[Int], α], [α]Kleisli[[+X]X, Option[Int], α]]

  6. def args: Array[String]

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

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

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

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

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

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

  13. def clone(): AnyRef

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

  15. val didTheyRepeat2: Boolean

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

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

    Definition Classes
    AnyRef → Any
  18. val executionStart: Long

    Definition Classes
    App
  19. def finalize(): Unit

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

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

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

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

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

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

  26. final def notify(): Unit

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

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

  29. val repeats: Boolean

  30. val res1: List[Boolean]

  31. val res2: List[Boolean]

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

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

  34. val sumOfInts: Int

  35. val sumResult: Int

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

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    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