Packages

p

tuco

package tuco

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tuco
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Color = tuco.util.Color
  2. type Config = tuco.util.Config
  3. type Expect = tuco.util.Expect
  4. abstract class SafeShell extends Shell

    Shell implementation defined by a ConnectionIO[Unit].

    Shell implementation defined by a ConnectionIO[Unit]. This is an adapter that allows the reflection-based machinery to construct and manage a shell defined in a reasomable way. With some luck this will go away.

  5. trait ServerIOFunctions extends AnyRef
  6. trait SessionIOFunctions extends AnyRef

Value Members

  1. val Color: tuco.util.Color.type
  2. val Config: tuco.util.Config.type
  3. val Expect: tuco.util.Expect.type
  4. object ServerIO extends ServerIOFunctions
  5. object SessionIO extends SessionIOFunctions

    Module of SesionIO constructors.

  6. object Tuco extends SessionIOFunctions with ServerIOFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped