mot

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. final class ByteArray extends AnyRef

    Instances of this class represent a slice of a Scala byte array.

  2. class Differ extends AnyRef

  3. final class ExecutorPromise extends Promise[IncomingResponse]

    A type of mot.util.Promise that submits a function to an executor when the promise is completed.

  4. class NamedThreadFactory extends ThreadFactory

  5. trait NoStackTraceException extends Exception

    Exceptions can mix this trait to avoid recording the stack trace, which is time consuming.

    Exceptions can mix this trait to avoid recording the stack trace, which is time consuming. In particular, the stack offers not very useful (and even confusing) information in the cases when the exception is not thrown at the point of creation, but afterwards (when the stack will be different anyway).

  6. trait Promise[-A] extends AnyRef

    Promise is an object which can be completed with a value or failed with an exception.

  7. final class RichSocket extends AnyRef

  8. final class UnaryPromise[A] extends Promise[A]

    A kind of mot.util.Promise that can be completed only once.

Value Members

  1. object ByteArray

  2. object LiveTabler

  3. object Tabler

  4. object Util

Ungrouped