Package

net.fosdal

oslo

Permalink

package oslo

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

Type Members

  1. case class UntilConfig(initialDelay: FiniteDuration, delay: FiniteDuration) extends Product with Serializable

    Permalink

Value Members

  1. implicit def CloseCloser[A <: AnyRef { def close(): Unit }](a: A): Unit

    Permalink
  2. implicit val DefaultConfiguration: UntilConfig

    Permalink
  3. implicit def NoOpCloser[A](a: A): Unit

    Permalink
  4. implicit def StopCloser[A <: AnyRef { def stop(): Unit }](a: A): Unit

    Permalink
  5. def logElapsedTime[Result](logger: (String) ⇒ Unit)(block: ⇒ Result): Result

    Permalink
  6. def logStatus[A](blockName: String, logger: (String) ⇒ Unit)(block: ⇒ A): A

    Permalink
  7. def logStatus[A](logger: (String) ⇒ Unit)(block: ⇒ A): A

    Permalink
  8. package oany

    Permalink
  9. package ocsv

    Permalink
  10. package odatetime

    Permalink
  11. package odouble

    Permalink
  12. package oduration

    Permalink
  13. package oint

    Permalink
  14. package olong

    Permalink
  15. package oordering

    Permalink
  16. package oseq

    Permalink
  17. package ostring

    Permalink
  18. def sleep(millis: Long): Unit

    Permalink
  19. def sleep(duration: FiniteDuration): Unit

    Permalink
  20. def time[A](block: ⇒ A)(f: (A, FiniteDuration) ⇒ Unit): A

    Permalink
  21. def until(config: UntilConfig)(block: ⇒ Boolean)(implicit ec: ExecutionContext): Future[Unit]

    Permalink
  22. def until(block: ⇒ Boolean)(implicit config: UntilConfig, ec: ExecutionContext): Future[Unit]

    Permalink
  23. def using[A, B](resource: A)(f: (A) ⇒ B)(implicit closer: (A) ⇒ Unit): B

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped