Object

zio.cli.examples

StringUtil

Related Doc: package examples

Permalink

object StringUtil extends ZIOCliDefault

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringUtil
  2. ZIOCliDefault
  3. ZIOAppDefault
  4. ZIOCli
  5. ZIOApp
  6. ZIOAppVersionSpecific
  7. ZIOAppPlatformSpecific
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Environment = Any

    Permalink
    Definition Classes
    ZIOAppDefault → ZIOApp
  2. sealed trait Subcommand extends AnyRef

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def <>(that: ZIOApp)(implicit trace: Trace): ZIOApp

    Permalink
    Definition Classes
    ZIOApp
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. object Subcommand

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val bootstrap: ZLayer[ZIOAppArgs with Scope, Any, Any]

    Permalink
    Definition Classes
    ZIOAppDefault → ZIOApp
  8. val cliApp: CliApp[Any, IOException, Subcommand]

    Permalink
    Definition Classes
    StringUtil → ZIOCli
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val environmentTag: zio.EnvironmentTag[Any]

    Permalink
    Definition Classes
    ZIOAppDefault → ZIOApp
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def exit(code: ExitCode)(implicit trace: Trace): UIO[Unit]

    Permalink
    Definition Classes
    ZIOApp
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val firstOption: Options[Boolean]

    Permalink
  16. final def getArgs(implicit trace: Trace): ZIO[ZIOAppArgs, Nothing, Chunk[String]]

    Permalink
    Definition Classes
    ZIOApp
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def installSignalHandlers(runtime: Runtime[Any])(implicit trace: Trace): UIO[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    ZIOApp
  20. final def invoke(args: Chunk[String])(implicit trace: Trace): ZIO[Any, Any, Any]

    Permalink
    Definition Classes
    ZIOApp
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val join: Command[Join]

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

    Permalink
    Definition Classes
    ZIOAppPlatformSpecific
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def run: ZIO[ZIOAppArgs with Scope, Nothing, ExitCode]

    Permalink
    Definition Classes
    ZIOCli → ZIOApp
  28. def runtime: Runtime[Any]

    Permalink
    Definition Classes
    ZIOApp
  29. val separatorOption: Options[String]

    Permalink
  30. val split: Command[Split]

    Permalink
  31. val stringArg: Args[String]

    Permalink
  32. val stringUtil: Command[Subcommand]

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

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. implicit macro def validateEnv[R1, R, E, A](zio: ZIO[R, E, A]): ZIO[R1, E, A]

    Permalink
    Definition Classes
    ZIOAppVersionSpecific
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ZIOCliDefault

Inherited from ZIOAppDefault

Inherited from ZIOCli

Inherited from ZIOApp

Inherited from ZIOAppVersionSpecific

Inherited from ZIOAppPlatformSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped