io

reactors

package reactors

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

Type Members

  1. type spec = specialized

Value Members

  1. implicit def anySpec[T]: Spec[T]

  2. implicit val doubleHash: Hash[Double]

  3. implicit val doubleSpec: Spec[Double]

  4. val ignoreNonLethal: PartialFunction[Throwable, Unit]

  5. implicit val intHash: Hash[Int]

  6. implicit val intSpec: Spec[Int]

  7. def isLethal(t: Throwable): Boolean

  8. def isNonLethal(t: Throwable): Boolean

  9. implicit val longHash: Hash[Long]

  10. implicit val longSpec: Spec[Long]

  11. package protocol

  12. implicit def refHash[T <: AnyRef]: Hash[T]

Inherited from AnyRef

Inherited from Any

Ungrouped