Documentation ¶
Index ¶
- func Contains(collection, item interface{}) bool
- func Each(collection Map, cb Iterator)
- func IsMappable(value interface{}) bool
- func IsSliceable(value interface{}) bool
- type ConcreteMap
- func (data *ConcreteMap) Count() int
- func (data *ConcreteMap) Delete(key interface{})
- func (data *ConcreteMap) Except(keys []interface{}) Map
- func (data *ConcreteMap) Get(key interface{}) interface{}
- func (data *ConcreteMap) Has(key interface{}) bool
- func (data *ConcreteMap) IsEmpty() bool
- func (data *ConcreteMap) IsNil(key interface{}) bool
- func (data *ConcreteMap) Keys() (keys []interface{})
- func (data *ConcreteMap) NotNil(key interface{}) bool
- func (data *ConcreteMap) Set(key, value interface{})
- func (data *ConcreteMap) String() string
- type Iterator
- type Map
- type Reducer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsMappable ¶
func IsMappable(value interface{}) bool
func IsSliceable ¶
func IsSliceable(value interface{}) bool
Types ¶
type ConcreteMap ¶
type ConcreteMap map[interface{}]interface{}
func (*ConcreteMap) Count ¶
func (data *ConcreteMap) Count() int
func (*ConcreteMap) Delete ¶
func (data *ConcreteMap) Delete(key interface{})
func (*ConcreteMap) Except ¶
func (data *ConcreteMap) Except(keys []interface{}) Map
func (*ConcreteMap) Get ¶
func (data *ConcreteMap) Get(key interface{}) interface{}
func (*ConcreteMap) Has ¶
func (data *ConcreteMap) Has(key interface{}) bool
func (*ConcreteMap) IsEmpty ¶
func (data *ConcreteMap) IsEmpty() bool
func (*ConcreteMap) IsNil ¶
func (data *ConcreteMap) IsNil(key interface{}) bool
func (*ConcreteMap) Keys ¶
func (data *ConcreteMap) Keys() (keys []interface{})
func (*ConcreteMap) NotNil ¶
func (data *ConcreteMap) NotNil(key interface{}) bool
func (*ConcreteMap) Set ¶
func (data *ConcreteMap) Set(key, value interface{})
func (*ConcreteMap) String ¶
func (data *ConcreteMap) String() string
Click to show internal directories.
Click to hide internal directories.