Object

scalaz.example

ApplyUsage

Related Doc: package example

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. type Logged[A] = WriterT[Id.Id, DList[String], 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 add2: (Int, Int) ⇒ Int

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

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

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

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

    Permalink
  9. val addTwo: (Int) ⇒ Int

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

    Permalink
  11. def args: Array[String]

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

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

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

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

    Permalink
  16. val double: (Int) ⇒ Int

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

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

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

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

    Permalink
  21. def finalize(): Unit

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

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

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

    Permalink
  25. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    Permalink
  32. val plus2: (Int) ⇒ Int

    Permalink
  33. val result: Int

    Permalink
  34. val result2: Int

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

    Permalink
  42. val written2: DList[String]

    Permalink

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