akka.http

util

package util

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class DateTime extends model.japi.DateTime with Ordered[DateTime] with Renderable with Product with Serializable

    Immutable, fast and efficient Date + Time implementation without any dependencies.

  2. final class FastFuture[A] extends AnyVal

    Provides alternative implementations of the basic transformation operations defined on Future, which try to avoid scheduling to an ExecutionContext if possible, i.

Value Members

  1. object DateTime extends Serializable

  2. object FastFuture

  3. object SettingsCompanion

  4. def humanReadableByteCount(bytes: Long, si: Boolean): String

  5. def identityFunc[T]: (T) ⇒ T

    Returns a constant identity function to avoid allocating the closure

  6. def printEvent[T](marker: String): Flow[T, T]

Inherited from AnyRef

Inherited from Any

Ungrouped