Packages

object Main extends CommandIOApp

Linear Supertypes
CommandIOApp, IOApp, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Main
  2. CommandIOApp
  3. IOApp
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def MainThread: ExecutionContext
    Attributes
    protected
    Definition Classes
    IOApp
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. lazy val booleans: List[String]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def computeWorkerThreadCount: Int
    Attributes
    protected
    Definition Classes
    IOApp
  9. def dump(filePath: Path, actionOpt: DumpActionOpt, maybeOutPath: Option[Path], dumpOptions: DumpOptions, processor: Processor): IO[ExitCode]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getCurrentTime: IO[FiniteDuration]
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def logNonDaemonThreadsEnabled: Boolean
    Attributes
    protected
    Definition Classes
    IOApp
  17. def logNonDaemonThreadsInterval: FiniteDuration
    Attributes
    protected
    Definition Classes
    IOApp
  18. def main: Opts[IO[ExitCode]]
    Definition Classes
    Main → CommandIOApp
  19. final def main(args: Array[String]): Unit
    Definition Classes
    IOApp
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def processEntity(entityStr: String): IO[ExitCode]
  24. val processEntity: Opts[ProcessEntity]
  25. def reportFailure(err: Throwable): IO[Unit]
    Attributes
    protected
    Definition Classes
    IOApp
  26. final def run(args: List[String]): IO[ExitCode]
    Definition Classes
    CommandIOApp → IOApp
  27. def runtime: IORuntime
    Attributes
    protected
    Definition Classes
    IOApp
  28. def runtimeConfig: IORuntimeConfig
    Attributes
    protected
    Definition Classes
    IOApp
  29. def showTime(d: FiniteDuration): String
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def verboseLevel: Opts[VerboseLevel]
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from CommandIOApp

Inherited from IOApp

Inherited from AnyRef

Inherited from Any

Ungrouped