Help

harness.zio.Executable$.Result$.Help
final case class Help(message: String) extends Result[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Result[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def flatMap[T2](f: Nothing => Result[T2]): Result[T2]

Attributes

Inherited from:
Result
final def map[T2](f: Nothing => T2): Result[T2]

Attributes

Inherited from:
Result
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product