Option.implies

imply the value of other option's value of T, T must satisfy isOptionValueType

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

Parameters

key string

the name of option

value T

the value imply for

Return Value

Type: Self

Self for chain call

Meta