ApplyUsage

object ApplyUsage extends App
trait App
trait DelayedInit
class Object
trait Matchable
class Any

Type members

Types

type Logged[A] = Writer[DList[String], A]

Value members

Concrete methods

def add8(a: Int, b: Int, c: Int, d: Int, e: Int, f: Int, g: Int, h: Int): Int
def addAndLog(x: Int, y: Int): Logged[Int]
def compute(x: Int, y: Int): Logged[Int]
def log(message: String): Logged[Unit]

Inherited methods

final protected
def args: Array[String]
Inherited from
App
final
def main(args: Array[String]): Unit
Inherited from
App

Deprecated and Inherited methods

@deprecated(message = "the delayedInit mechanism will disappear", since = "2.11.0")
override
def delayedInit(body: => Unit): Unit
Deprecated
[Since version 2.11.0] the delayedInit mechanism will disappear
Definition Classes
App -> DelayedInit
Inherited from
App

Concrete fields

val add2: (Int, Int) => Int
val add3: (Int, Int, Int) => Int
val add4: (Int, Int, Int, Int) => Int
val addTwo: Int => Int
val applyVLO: Apply[[α] =>> Vector[List[Option[α]]]]
val deepResult: Vector[List[Option[String]]]
val double: Int => Int
val expectedDeep: Vector[List[Option[String]]]
val fa: Task[String]
val fb: Task[String]
val fc: Task[String]
val intToString: Int => String
val plus1: Int => Int
val plus2: Int => Int
val result: Int
val result2: Int
val someOf8Options: Option[Int]
val written: DList[String]
val written2: DList[String]