trait SharedExtensions extends CompatSharedExtensions
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SharedExtensions
- CompatSharedExtensions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- implicit def futureCompanionOps(fut: commons.Future.type): FutureCompanionOps.type
-
implicit
def
futureCompatOps[A](fut: commons.Future[A]): FutureCompatOps[A]
- Definition Classes
- CompatSharedExtensions
- implicit def futureOps[A](fut: commons.Future[A]): FutureOps[A]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit def intOps(int: Int): IntOps
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def iteratorCompanionOps(it: Iterator.type): IteratorCompanionOps.type
- implicit def iteratorOps[A](it: Iterator[A]): IteratorOps[A]
- implicit def lazyFutureOps[A](fut: ⇒ commons.Future[A]): LazyFutureOps[A]
- implicit def lazyTryOps[A](tr: ⇒ commons.Try[A]): LazyTryOps[A]
- implicit def lazyUniversalOps[A](a: ⇒ A): LazyUniversalOps[A]
- implicit def mapOps[M[X, Y] <: commons.BMap[X, Y], K, V](map: M[K, V]): MapOps[M, K, V]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def nullableOps[A >: Null](a: A): NullableOps[A]
- implicit def optionOps[A](option: Option[A]): OptionOps[A]
- implicit def orderingOps[A](ordering: Ordering[A]): OrderingOps[A]
- implicit def pairTraversableOnceOps[C[X] <: TraversableOnce[X], K, V](coll: C[(K, V)]): PairTraversableOnceOps[C, K, V]
- implicit def partialFunctionOps[A, B](pf: PartialFunction[A, B]): PartialFunctionOps[A, B]
- implicit def setOps[A](set: commons.BSet[A]): SetOps[A]
- implicit def stringOps(str: String): StringOps
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit def traversableOnceOps[C[X] <: TraversableOnce[X], A](coll: C[A]): TraversableOnceOps[C, A]
- implicit def traversableOps[C[X] <: commons.BTraversable[X], A](coll: C[A]): TraversableOps[C, A]
- implicit def tryCompanionOps(trc: commons.Try.type): TryCompanionOps.type
- implicit def tryOps[A](tr: commons.Try[A]): TryOps[A]
- implicit def universalOps[A](a: A): UniversalOps[A]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )