Object

scalaz.example

ApplyUsage

Related Doc: package example

Permalink

object ApplyUsage extends App

Source
ApplyUsage.scala
Linear Supertypes
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[DList[String], Id.Id, 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. val fa: Task[String]

    Permalink
  22. val fb: Task[String]

    Permalink
  23. val fc: Task[String]

    Permalink
  24. def finalize(): Unit

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

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

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

    Permalink
  28. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    Permalink
  35. val plus2: (Int) ⇒ Int

    Permalink
  36. val result: Int

    Permalink
  37. val result2: Int

    Permalink
  38. val someOf8Options: Option[Int]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. val written: DList[String]

    Permalink
  45. 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