WithFullHelp

final case class WithFullHelp[T](withHelp: WithHelp[T], helpFull: Boolean)
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def map[U](f: T => U): WithFullHelp[U]

Inherited methods

Inherited from:
Product