NonOutput

com.phasmidsoftware.gambit.attic.NonOutput
case class NonOutput() extends Appendable, Closeable, Flushable

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Flushable
trait Closeable
trait AutoCloseable
trait Appendable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def append(csq: CharSequence): Appendable
def append(csq: CharSequence, start: Int, end: Int): Appendable
def append(c: Char): Appendable
def close(): Unit
override def flush(): Unit

Attributes

Definition Classes
Flushable

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product