object Input extends java.io.Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Input
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Ammonite(input: Input) extends Input with Product with Serializable
- final case class File(path: AbsolutePath, charset: Charset) extends Input with Product with Serializable
- final case class Slice(input: Input, start: Int, end: Int) extends Input with Product with Serializable
- final case class Stream(stream: InputStream, charset: Charset) extends Input with Product with Serializable
- final case class String(value: Predef.String) extends Input with Product with Serializable
- final case class VirtualFile(path: Predef.String, value: Predef.String) extends Input with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit lazy val absolutePathToInput: Convert[AbsolutePath, Input]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val charsToInput: Convert[Array[Char], Input]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit lazy val fileToInput: Convert[java.io.File, Input]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit lazy val nioPathToInput: Convert[Path, Input]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def streamToInput[T <: InputStream]: Convert[T, Input]
- implicit val stringToInput: Convert[Predef.String, Input]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object File extends java.io.Serializable
- case object None extends Input with Product with Serializable
- object Stream extends java.io.Serializable