trait GuavaInterop extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GuavaInterop
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
- def gFunction[F, T](fun: (F) ⇒ T): GFunction[F, T]
- def gPredicate[T](pred: (T) ⇒ Boolean): GPredicate[T]
- def gSupplier[T](expr: ⇒ T): GSupplier[T]
- implicit def toDecorateAsGuava[T](fut: commons.Future[T]): DecorateFutureAsGuava[T]
- implicit def toDecorateAsScala[T](gfut: ListenableFuture[T]): DecorateFutureAsScala[T]
- implicit def toDecorateAsScalaPromise[T](gfut: SettableFuture[T]): DecorateSettableFutureAsScala[T]