Packages

package cliopts

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cliopts
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Setter[T, B] = ((B) => B, T) => T

    A lens-style setter.

    A lens-style setter. When you want nested structures to be possible, this is vastly superior to the more obvious (B, T) => T, because unlike that one, this form permits nesting via trivial composition.

Value Members

  1. object GlobalLogLevel
  2. object Http
  3. object Metrics

Inherited from AnyRef

Inherited from Any

Ungrouped