Packages

object WcApp extends ZIOAppDefault

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WcApp
  2. ZIOAppDefault
  3. ZIOApp
  4. ZIOAppVersionSpecific
  5. ZIOAppPlatformSpecific
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Environment = Any
    Definition Classes
    ZIOAppDefault → ZIOApp
  2. case class WcOptions(bytes: Boolean, lines: Boolean, words: Boolean, char: Boolean) extends Product with Serializable
  3. case class WcResult(fileName: String, countBytes: Option[Long], countLines: Option[Long], countWords: Option[Long], countChar: Option[Long]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def <>(that: ZIOApp)(implicit trace: ZTraceElement): ZIOApp
    Definition Classes
    ZIOApp
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val args: Args[::[Path]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bytesFlag: Options[Boolean]
  8. val charFlag: Options[Boolean]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. val execute: (WcOptions, ::[Path]) ⇒ UIO[Unit]
  13. final def exit(code: ExitCode)(implicit trace: ZTraceElement): UIO[Unit]
    Definition Classes
    ZIOApp
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getArgs(implicit trace: ZTraceElement): ZIO[ZIOAppArgs, Nothing, Chunk[String]]
    Definition Classes
    ZIOApp
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hook: RuntimeConfigAspect
    Definition Classes
    ZIOApp
  19. def installSignalHandlers(implicit trace: ZTraceElement): UIO[Any]
    Attributes
    protected
    Definition Classes
    ZIOApp
  20. final def invoke(args: Chunk[String])(implicit trace: ZTraceElement): ZIO[Any, Any, Any]
    Definition Classes
    ZIOApp
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val layer: ZLayer[ZIOAppArgs with Scope, Any, Any]
    Definition Classes
    ZIOAppDefault → ZIOApp
  23. val linesFlag: Options[Boolean]
  24. final def main(args0: Array[String]): Unit
    Definition Classes
    ZIOAppPlatformSpecific
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val options: Options[WcOptions]
  29. def run: ZIO[ZIOAppArgs, Nothing, Unit]
    Definition Classes
    WcApp → ZIOApp
  30. def runtime: Runtime[Any]
    Definition Classes
    ZIOApp
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. val tag: zio.EnvironmentTag[Any]
    Definition Classes
    ZIOAppDefault → ZIOApp
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. implicit macro def validateEnv[R, E, A](zio: ZIO[R, E, A]): ZIO[ZIOAppArgs with Scope, E, A]
    Definition Classes
    ZIOAppVersionSpecific
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. val wc: Command[(WcOptions, ::[Path])]
  39. val wcApp: CliApp[Any, Nothing, (WcOptions, ::[Path])]
  40. val wordsFlag: Options[Boolean]

Inherited from ZIOAppDefault

Inherited from ZIOApp

Inherited from ZIOAppVersionSpecific

Inherited from ZIOAppPlatformSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped