trait GuavaInterop extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GuavaInterop
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type GFunction[F, T] = Function[F, T]
  2. type GPredicate[T] = Predicate[T]
  3. type GSupplier[T] = Supplier[T]

Value Members

  1. def gFunction[F, T](fun: (F) ⇒ T): GFunction[F, T]
  2. def gPredicate[T](pred: (T) ⇒ Boolean): GPredicate[T]
  3. def gSupplier[T](expr: ⇒ T): GSupplier[T]
  4. implicit def toDecorateAsGuava[T](fut: commons.Future[T]): DecorateFutureAsGuava[T]
  5. implicit def toDecorateAsScala[T](gfut: ListenableFuture[T]): DecorateFutureAsScala[T]
  6. implicit def toDecorateAsScalaPromise[T](gfut: SettableFuture[T]): DecorateSettableFutureAsScala[T]