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. case class PollUntilConfig(initialDelay: FiniteDuration, pollingInterval: FiniteDuration) extends Product with Serializable

    Permalink

Value Members

  1. val ByteUnit: String

    Permalink
  2. val ByteUnits: Seq[String]

    Permalink
  3. val BytesPerKilobyte: Int

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

    Permalink
  5. implicit def ShutdownCloser[A <: AnyRef { def shutdown(): Unit }](a: A): Unit

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

    Permalink
  7. implicit val defaultPollUntilConfig: PollUntilConfig

    Permalink
    Definition Classes
    Oslo
  8. def logElapsedTime[Result](logger: (String) ⇒ Unit)(block: ⇒ Result): Result

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

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

    Permalink
  11. package odatetime

    Permalink
  12. package oduration

    Permalink
  13. package omap

    Permalink
  14. package onumber

    Permalink
  15. package oordering

    Permalink
  16. package oseq

    Permalink
  17. package ostring

    Permalink
  18. def partialTap[A](a: A)(pf: PartialFunction[A, Any]): A

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

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

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

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

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

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

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

    Permalink
  26. def tap[A](a: A)(f: (A) ⇒ Any): A

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

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