Documentation ¶
Index ¶
- func GroupAnySlice(sli []interface{}, batchSize int) [][]interface{}
- func GroupFloat32Slice(sli []float32, batchSize int) [][]float32
- func GroupFloat64Slice(sli []float64, batchSize int) [][]float64
- func GroupInt32Slice(sli []int32, batchSize int) [][]int32
- func GroupInt64Slice(sli []int64, batchSize int) [][]int64
- func GroupIntSlice(sli []int, batchSize int) [][]int
- func GroupStrSlice(sli []string, batchSize int) [][]string
- func IsEmptyAny(v []interface{}) bool
- func IsEmptyBytes(v []byte) bool
- func IsEmptyDouble(v []float64) bool
- func IsEmptyInt(v []int) bool
- func IsEmptyInt32(v []int32) bool
- func IsEmptyInt64(v []int64) bool
- func IsEmptyStr(v []string) bool
- func IsNotEmptyAny(v []interface{}) bool
- func IsNotEmptyBytes(v []byte) bool
- func IsNotEmptyDouble(v []float64) bool
- func IsNotEmptyInt(v []int) bool
- func IsNotEmptyInt32(v []int32) bool
- func IsNotEmptyInt64(v []int64) bool
- func IsNotEmptyStr(v []string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GroupAnySlice ¶ added in v1.4.2
func GroupAnySlice(sli []interface{}, batchSize int) [][]interface{}
func GroupFloat32Slice ¶ added in v1.4.2
func GroupFloat64Slice ¶ added in v1.4.2
func GroupInt32Slice ¶ added in v1.4.2
func GroupInt64Slice ¶ added in v1.4.2
func GroupIntSlice ¶ added in v1.4.2
func GroupStrSlice ¶ added in v1.4.2
func IsEmptyAny ¶ added in v1.2.6
func IsEmptyAny(v []interface{}) bool
func IsEmptyBytes ¶ added in v1.2.6
func IsEmptyDouble ¶ added in v1.2.6
func IsEmptyInt ¶ added in v1.2.6
func IsEmptyInt32 ¶ added in v1.2.6
func IsEmptyInt64 ¶ added in v1.2.6
func IsEmptyStr ¶ added in v1.2.6
func IsNotEmptyAny ¶ added in v1.3.8
func IsNotEmptyAny(v []interface{}) bool
func IsNotEmptyBytes ¶ added in v1.3.8
func IsNotEmptyDouble ¶ added in v1.3.8
func IsNotEmptyInt ¶ added in v1.3.8
func IsNotEmptyInt32 ¶ added in v1.3.8
func IsNotEmptyInt64 ¶ added in v1.3.8
func IsNotEmptyStr ¶ added in v1.3.8
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.