Packages

package files

Linear Supertypes
lasersonlab.future, future.syntax, syntax, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. files
  2. future
  3. syntax
  4. syntax
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type F[+T] = Future[T]
    Definition Classes
    future
  2. case class Http(uri: URI)(implicit cachingConfig: Config, defaults: Defaults, httpConfig: Config) extends Uri with Base with Product with Serializable
  3. case class Local extends Uri with Product with Serializable
  4. type Mod[T] = (T) ⇒ T
  5. type MonadErr[F[_]] = MonadError[F, Throwable]
  6. trait Patch[T, E] extends AnyRef
  7. abstract class Uri extends LazyLogging with lasersonlab.future
  8. trait syntax extends AnyRef
  9. type Δ[T] = (T) ⇒ T
  10. implicit final class ΔOps[T] extends AnyVal

Value Members

  1. val F: Future.type
    Definition Classes
    future
  2. implicit def makeFutureOps[T](f: lasersonlab.future.F[T]): Ops[T]
    Definition Classes
    syntax
    Annotations
    @inline()
  3. implicit def makeURIOps(uri: URI): Ops
    Definition Classes
    syntax
    Annotations
    @inline()
  4. implicit def sttpToJavaNetUri(uri: com.softwaremill.sttp.Uri): URI
    Definition Classes
    syntax
    Annotations
    @inline()
  5. implicit def widenΔ[T, U](Δ: Δ[T])(implicit p: Patch[U, T]): Δ[U]
  6. object Local extends Serializable
  7. object Patch
  8. object Uri
  9. object syntax

Inherited from lasersonlab.future

Inherited from future.syntax

Inherited from syntax

Inherited from AnyRef

Inherited from Any

Ungrouped