tut

TutMain

object TutMain extends SafeApp

Linear Supertypes
SafeApp, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TutMain
  2. SafeApp
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class TState(isCode: Boolean, needsNL: Boolean, imain: IMain, pw: PrintWriter, partial: String = "") extends Product with Serializable

  2. type Tut[+A] = IndexedStateT[IO, TState, TState, A]

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Encoding: String

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def checkBoundary(text: String, s: String, b: Boolean): Tut[Unit]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def error(n: Int): Tut[Unit]

  13. def file(in: File, out: File): IO[Unit]

  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def go(in: File, out: File): IO[Unit]

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def incomplete(s: String): Tut[Unit]

  19. def interp(text: String, lineNum: Int): Tut[Unit]

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def line(text: String, n: Int): Tut[Unit]

  22. def lines(f: File): IO[List[String]]

  23. final def main(args: Array[String]): Unit

    Definition Classes
    SafeApp
  24. def mod(f: (TState) ⇒ TState): Tut[Unit]

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def newInterpreter(pw: PrintWriter): IO[IMain]

  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def out(text: String): Tut[Unit]

  30. implicit def resourceFromCloseable[A <: Closeable]: Resource[A]

  31. def run(args: ImmutableArray[String]): IO[Unit]

    Definition Classes
    SafeApp
  32. def runc: IO[Unit]

    Definition Classes
    SafeApp
  33. def runl(args: List[String]): IO[Unit]

    Definition Classes
    TutMain → SafeApp
  34. def state: Tut[TState]

  35. def success: Tut[Unit]

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def tut(in: File): Tut[Unit]

  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SafeApp

Inherited from AnyRef

Inherited from Any

Ungrouped