sbt.internal.inc.text

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object CompanionsFormat extends Format[Companions]

Attributes

Supertypes
trait Format[Companions]
trait Writes[Companions]
trait Reads[Companions]
class Object
trait Matchable
class Any
Show all
Self type
object CompilationFormat extends Format[Compilation]

Attributes

Supertypes
trait Format[Compilation]
trait Writes[Compilation]
trait Reads[Compilation]
class Object
trait Matchable
class Any
Show all
Self type
case class ContextAwareMapper[C, V](read: (C, String) => V, write: (C, V) => String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class EOFException extends ReadException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class EnumSetSerializer[E <: Enum[E]](allValues: Array[E])(implicit evidence$1: ClassTag[E])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FormatCommons extends FormatCommons

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Various helper functions.

Various helper functions.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final class InputWrapperStream(in: Input) extends InputStream

Attributes

Supertypes
class InputStream
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
case class Mapper[V](read: String => V, write: V => String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Mapper

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Mapper.type
final class OutputWrapperStream(out: Output) extends OutputStream

Attributes

Supertypes
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
class ReadException(s: String) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class EOFException

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Show all
Self type
class TextAnalysisFormat(val mappers: ReadWriteMappers) extends FormatCommons, RelationsTextFormat

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TextAnalysisFormat.type