org

powerscala

package powerscala

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

Type Members

  1. trait ExtendedDelayedInit extends DelayedInit

    ExtendedDelayedInit allows mixing in of DelayedInit into multiple exclusive traits while maintaining the ability to mix them back together.

    ExtendedDelayedInit allows mixing in of DelayedInit into multiple exclusive traits while maintaining the ability to mix them back together.

    Override the preInit and postInit methods to provide distinct functionality.

  2. type Interceptor[T] = (T, T, T) ⇒ Option[T]

  3. class ScalaDelayedInitBug extends RuntimeException

Value Members

  1. package concurrent

  2. implicit def double2Float(value: Double): Float

  3. def ignoreExceptions(f: ⇒ Any): Any

  4. implicit def t2p2(t: Throwable): PowerThrowable

Inherited from AnyRef

Inherited from Any

Ungrouped