scalaz.example

ApplyUsage

object ApplyUsage extends App

Source
ApplyUsage.scala
Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ApplyUsage
  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 Logged[A] = WriterT[Id.Id, DList[String], 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 add2: (Int, Int) ⇒ Int

  5. val add3: (Int, Int, Int) ⇒ Int

  6. val add4: (Int, Int, Int, Int) ⇒ Int

  7. def add8(a: Int, b: Int, c: Int, d: Int, e: Int, f: Int, g: Int, h: Int): Int

  8. def addAndLog(x: Int, y: Int): Logged[Int]

  9. val addTwo: (Int) ⇒ Int

  10. val applyVLO: Apply[[α]Vector[List[Option[α]]]]

  11. def args: Array[String]

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

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def compute(x: Int, y: Int): Logged[Int]

  15. val deepResult: Vector[List[Option[String]]]

  16. val double: (Int) ⇒ Int

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

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

    Definition Classes
    AnyRef → Any
  19. val executionStart: Long

    Definition Classes
    App
  20. val expectedDeep: Vector[List[Option[String]]]

  21. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  24. val intToString: (Int) ⇒ String

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def log(message: String): Logged[Unit]

  27. def main(args: Array[String]): Unit

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

    Definition Classes
    AnyRef
  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
  31. val plus1: (Int) ⇒ Int

  32. val plus2: (Int) ⇒ Int

  33. val result: Int

  34. val result2: Int

  35. val someOf8Options: Option[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( ... )
  41. val written: DList[String]

  42. val written2: DList[String]

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