Packages

  • package root

    The Scala compiler and reflection APIs.

    The Scala compiler and reflection APIs.

    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package tools
    Definition Classes
    scala
  • package nsc
    Definition Classes
    tools
  • package io
    Definition Classes
    nsc
  • object Socket

    A skeletal only-as-much-as-I-need Socket wrapper.

    A skeletal only-as-much-as-I-need Socket wrapper.

    Definition Classes
    io
  • Box

class Box[+T] extends AnyRef

Source
Socket.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Box
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Box(f: () ⇒ T)

Value Members

  1. def either: Either[Throwable, T]
  2. def opt: Option[T]