Package

net.fosdal

oslo

Permalink

package oslo

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

Type Members

  1. implicit final class AnyOps[A] extends AnyVal

    Permalink
  2. trait Ocsv extends AnyRef

    Permalink
  3. case class PollUntilConfig(initialDelay: FiniteDuration, pollingInterval: FiniteDuration) extends Product with Serializable

    Permalink

Value Members

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

    Permalink
  2. implicit val DefaultPollUntilConfig: PollUntilConfig

    Permalink
    Definition Classes
    Oslo
  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 ocsv

    Permalink
  9. package odatetime

    Permalink
  10. package oduration

    Permalink
  11. package onumber

    Permalink
  12. package oordering

    Permalink
  13. package oseq

    Permalink
  14. package ostring

    Permalink
  15. def pollUntil(initialDelay: FiniteDuration = 1.second, pollingInterval: FiniteDuration = 1.second)(block: ⇒ Boolean)(implicit ec: ExecutionContext): Future[Unit]

    Permalink
  16. def pollUntil(config: PollUntilConfig)(block: ⇒ Boolean)(implicit ec: ExecutionContext): Future[Unit]

    Permalink
  17. def pollUntil(block: ⇒ Boolean)(implicit config: PollUntilConfig, ec: ExecutionContext): Future[Unit]

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

    Permalink
  19. def sleep(millis: Int): Unit

    Permalink
  20. def sleep(millis: Short): Unit

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

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

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

    Permalink

Inherited from Oslo

Inherited from AnyRef

Inherited from Any

Ungrouped