Class

com.thoughtworks.dsl.keywords.AsynchronousIo

Accept

Related Doc: package AsynchronousIo

Permalink

final case class Accept(socket: AsynchronousServerSocketChannel) extends AnyVal with AsynchronousIo[AsynchronousSocketChannel] with Product with Serializable

Source
AsynchronousIo.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Accept
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AsynchronousIo
  7. Keyword
  8. AnyVal
  9. 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 Accept(socket: AsynchronousServerSocketChannel)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Accept to any2stringadd[Accept] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Accept, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Accept to ArrowAssoc[Accept] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. final def cpsApply[Domain](handler: (AsynchronousSocketChannel) ⇒ Domain)(implicit dsl: Dsl[AsynchronousIo[AsynchronousSocketChannel], Domain, AsynchronousSocketChannel]): Domain

    Permalink
    Definition Classes
    Keyword
    Annotations
    @inline()
  8. def ensuring(cond: (Accept) ⇒ Boolean, msg: ⇒ Any): Accept

    Permalink
    Implicit information
    This member is added by an implicit conversion from Accept to Ensuring[Accept] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (Accept) ⇒ Boolean): Accept

    Permalink
    Implicit information
    This member is added by an implicit conversion from Accept to Ensuring[Accept] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): Accept

    Permalink
    Implicit information
    This member is added by an implicit conversion from Accept to Ensuring[Accept] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): Accept

    Permalink
    Implicit information
    This member is added by an implicit conversion from Accept to Ensuring[Accept] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Accept to StringFormat[Accept] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  13. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val socket: AsynchronousServerSocketChannel

    Permalink
  16. def start[Attachment](attachment: Attachment, handler: CompletionHandler[AsynchronousSocketChannel, _ >: Attachment]): Unit

    Permalink

    Starts the asynchronous operations

    Starts the asynchronous operations

    Attributes
    protected
    Definition Classes
    AcceptAsynchronousIo
  17. final def unary_!: AsynchronousSocketChannel

    Permalink
    Definition Classes
    Keyword
    Annotations
    @shift() @compileTimeOnly( ... )
  18. def [B](y: B): (Accept, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Accept to ArrowAssoc[Accept] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from Accept to any2stringadd[Accept]

Inherited by implicit conversion StringFormat from Accept to StringFormat[Accept]

Inherited by implicit conversion Ensuring from Accept to Ensuring[Accept]

Inherited by implicit conversion ArrowAssoc from Accept to ArrowAssoc[Accept]

Ungrouped