Packages

p

tasks

util

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def addMaps[K, V](a: Map[K, V], b: Map[K, V])(fun: (V, V) ⇒ V): Map[K, V]
  2. def addMaps[K, V](a: Map[K, V], b: Map[K, V])(fun: (V, V) ⇒ V): Map[K, V]
  3. def base64(s: String): Array[Byte]
  4. def base64(b: Array[Byte]): String
  5. def chooseNetworkPort(implicit config: TasksConfig): Int
  6. def exec(pb: ProcessBuilder, atMost: Duration)(stdOutFunc: (String) ⇒ Unit)(implicit stdErrFunc: (String) ⇒ Unit): Int
  7. def execGetStreamsAndCode(pb: ProcessBuilder, unsuccessfulOnErrorStream: Boolean, atMost: Duration): (List[String], List[String], Boolean)
  8. def execGetStreamsAndCodeWithLog(pb: ProcessBuilder, unsuccessfulOnErrorStream: Boolean, atMost: Duration)(implicit log: AnyRef { ... /* 2 definitions in type refinement */ }): (List[String], List[String], Boolean)
  9. def openFileInputStream[T](fileName: File)(func: (BufferedInputStream) ⇒ T): T
  10. def openFileOutputStream[T](fileName: File, append: Boolean)(func: (BufferedOutputStream) ⇒ T): T
  11. def readBinaryFile(f: File): Array[Byte]
  12. def readBinaryFile(fileName: String): Array[Byte]
  13. def readBinaryStream(f: InputStream): Array[Byte]
  14. def readStreamAndClose(is: InputStream): Iterator[Byte] { ... /* 2 definitions in type refinement */ }
  15. def reflectivelyInstantiateObject[A](fqcn: String): A
  16. def rethrow[T](messageOnError: ⇒ String)(block: ⇒ T): T
  17. def rethrow[T](messageOnError: ⇒ String, exceptionFactory: (⇒ String, Throwable) ⇒ Throwable)(block: ⇒ T): T
  18. def retry[T](n: Int)(fn: ⇒ T): Try[T]
    Annotations
    @tailrec()
  19. def retryFuture[A](tag: String)(f: ⇒ Future[A], c: Int)(implicit as: ActorSystem, ec: ExecutionContext, log: LoggingAdapter): Future[A]
  20. def stackTraceAsString(t: Any): String
  21. def useResource[A <: AnyRef { def close(): Unit }, B](param: A)(f: (A) ⇒ B): B
  22. def writeBinaryToFile(data: Array[Byte]): File
  23. def writeBinaryToFile(file: File, data: Array[Byte]): Unit
  24. def writeBinaryToFile(fileName: String, data: Array[Byte]): Unit
  25. def writeToFile(file: File, data: String): Unit
  26. def writeToFile(fileName: String, data: String): Unit
  27. object EC2Operations

Inherited from AnyRef

Inherited from Any

Ungrouped