Documentation
¶
Index ¶
- type Variant
- func (v Variant) Add(n string) Variant
- func (v Variant) Is(n Variant) bool
- func (v Variant) IsCompareResult(n string, compare corecomparator.Compare) bool
- func (v Variant) IsEqual(n string) bool
- func (v Variant) IsGreater(n string) bool
- func (v Variant) IsGreaterEqual(n string) bool
- func (v Variant) IsLess(n string) bool
- func (v Variant) IsLessEqual(n string) bool
- func (v Variant) StringValue() string
- func (v Variant) Value() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Variant ¶
type Variant string
func GetSetVariant ¶ added in v0.0.9
func (Variant) IsCompareResult ¶ added in v0.4.1
func (v Variant) IsCompareResult(n string, compare corecomparator.Compare) bool
IsCompareResult Here left is v, and right is `n`
func (Variant) IsGreaterEqual ¶
IsGreaterEqual v.Value() >= n
func (Variant) StringValue ¶
Click to show internal directories.
Click to hide internal directories.