Option.implies

imply the value of other options' value of true

  1. Self implies(string[] names)
    class Option
    implies
    (
    string[] names
    )
  2. Self implies(string key, T value)

Parameters

names string[]

the options' names

Return Value

Type: Self

Self for chain call

Meta