Versions in this module Expand all Collapse all v1 v1.0.1 May 18, 2020 Changes in this version + type Bool struct + func NewBool(val bool) Bool + func NewEmptyBool() Bool + func NewMaybeBool(val *bool) Bool + func (o Bool) ForceMapToByte(fn func(bool) byte) Byte + func (o Bool) ForceMapToComplex128(fn func(bool) complex128) Complex128 + func (o Bool) ForceMapToComplex64(fn func(bool) complex64) Complex64 + func (o Bool) ForceMapToFloat32(fn func(bool) float32) Float32 + func (o Bool) ForceMapToFloat64(fn func(bool) float64) Float64 + func (o Bool) ForceMapToInt(fn func(bool) int) Int + func (o Bool) ForceMapToInt16(fn func(bool) int16) Int16 + func (o Bool) ForceMapToInt32(fn func(bool) int32) Int32 + func (o Bool) ForceMapToInt64(fn func(bool) int64) Int64 + func (o Bool) ForceMapToInt8(fn func(bool) int8) Int8 + func (o Bool) ForceMapToRune(fn func(bool) rune) Rune + func (o Bool) ForceMapToString(fn func(bool) string) String + func (o Bool) ForceMapToUint(fn func(bool) uint) Uint + func (o Bool) ForceMapToUint16(fn func(bool) uint16) Uint16 + func (o Bool) ForceMapToUint32(fn func(bool) uint32) Uint32 + func (o Bool) ForceMapToUint64(fn func(bool) uint64) Uint64 + func (o Bool) ForceMapToUint8(fn func(bool) uint8) Uint8 + func (o Bool) ForceMapToUntyped(fn func(bool) interface{}) Untyped + func (o Bool) Get() bool + func (o Bool) IsNil() bool + func (o Bool) IsPresent() bool + func (o Bool) MapToByte(fn func(bool) (byte, error)) (Byte, error) + func (o Bool) MapToComplex128(fn func(bool) (complex128, error)) (Complex128, error) + func (o Bool) MapToComplex64(fn func(bool) (complex64, error)) (Complex64, error) + func (o Bool) MapToFloat32(fn func(bool) (float32, error)) (Float32, error) + func (o Bool) MapToFloat64(fn func(bool) (float64, error)) (Float64, error) + func (o Bool) MapToInt(fn func(bool) (int, error)) (Int, error) + func (o Bool) MapToInt16(fn func(bool) (int16, error)) (Int16, error) + func (o Bool) MapToInt32(fn func(bool) (int32, error)) (Int32, error) + func (o Bool) MapToInt64(fn func(bool) (int64, error)) (Int64, error) + func (o Bool) MapToInt8(fn func(bool) (int8, error)) (Int8, error) + func (o Bool) MapToNillable(fn func(bool) *bool) Bool + func (o Bool) MapToNillableByte(fn func(bool) *byte) Byte + func (o Bool) MapToNillableComplex128(fn func(bool) *complex128) Complex128 + func (o Bool) MapToNillableComplex64(fn func(bool) *complex64) Complex64 + func (o Bool) MapToNillableFloat32(fn func(bool) *float32) Float32 + func (o Bool) MapToNillableFloat64(fn func(bool) *float64) Float64 + func (o Bool) MapToNillableInt(fn func(bool) *int) Int + func (o Bool) MapToNillableInt16(fn func(bool) *int16) Int16 + func (o Bool) MapToNillableInt32(fn func(bool) *int32) Int32 + func (o Bool) MapToNillableInt64(fn func(bool) *int64) Int64 + func (o Bool) MapToNillableInt8(fn func(bool) *int8) Int8 + func (o Bool) MapToNillableRune(fn func(bool) *rune) Rune + func (o Bool) MapToNillableString(fn func(bool) *string) String + func (o Bool) MapToNillableUint(fn func(bool) *uint) Uint + func (o Bool) MapToNillableUint16(fn func(bool) *uint16) Uint16 + func (o Bool) MapToNillableUint32(fn func(bool) *uint32) Uint32 + func (o Bool) MapToNillableUint64(fn func(bool) *uint64) Uint64 + func (o Bool) MapToNillableUint8(fn func(bool) *uint8) Uint8 + func (o Bool) MapToNillableUntyped(fn func(bool) *interface{}) Untyped + func (o Bool) MapToRune(fn func(bool) (rune, error)) (Rune, error) + func (o Bool) MapToString(fn func(bool) (string, error)) (String, error) + func (o Bool) MapToUint(fn func(bool) (uint, error)) (Uint, error) + func (o Bool) MapToUint16(fn func(bool) (uint16, error)) (Uint16, error) + func (o Bool) MapToUint32(fn func(bool) (uint32, error)) (Uint32, error) + func (o Bool) MapToUint64(fn func(bool) (uint64, error)) (Uint64, error) + func (o Bool) MapToUint8(fn func(bool) (uint8, error)) (Uint8, error) + func (o Bool) MapToUntyped(fn func(bool) (interface{}, error)) (Untyped, error) + func (o Bool) Or(def bool) bool + func (o Bool) OrGet(fn func() bool) bool + func (o Bool) OrPanicWith(fn func() interface{}) bool + func (o Bool) OrPanicWithVal(err interface{}) bool + type Byte struct + func NewByte(val byte) Byte + func NewEmptyByte() Byte + func NewMaybeByte(val *byte) Byte + func (o Byte) ForceMapToBool(fn func(byte) bool) Bool + func (o Byte) ForceMapToComplex128(fn func(byte) complex128) Complex128 + func (o Byte) ForceMapToComplex64(fn func(byte) complex64) Complex64 + func (o Byte) ForceMapToFloat32(fn func(byte) float32) Float32 + func (o Byte) ForceMapToFloat64(fn func(byte) float64) Float64 + func (o Byte) ForceMapToInt(fn func(byte) int) Int + func (o Byte) ForceMapToInt16(fn func(byte) int16) Int16 + func (o Byte) ForceMapToInt32(fn func(byte) int32) Int32 + func (o Byte) ForceMapToInt64(fn func(byte) int64) Int64 + func (o Byte) ForceMapToInt8(fn func(byte) int8) Int8 + func (o Byte) ForceMapToRune(fn func(byte) rune) Rune + func (o Byte) ForceMapToString(fn func(byte) string) String + func (o Byte) ForceMapToUint(fn func(byte) uint) Uint + func (o Byte) ForceMapToUint16(fn func(byte) uint16) Uint16 + func (o Byte) ForceMapToUint32(fn func(byte) uint32) Uint32 + func (o Byte) ForceMapToUint64(fn func(byte) uint64) Uint64 + func (o Byte) ForceMapToUint8(fn func(byte) uint8) Uint8 + func (o Byte) ForceMapToUntyped(fn func(byte) interface{}) Untyped + func (o Byte) Get() byte + func (o Byte) IsNil() bool + func (o Byte) IsPresent() bool + func (o Byte) MapToBool(fn func(byte) (bool, error)) (Bool, error) + func (o Byte) MapToComplex128(fn func(byte) (complex128, error)) (Complex128, error) + func (o Byte) MapToComplex64(fn func(byte) (complex64, error)) (Complex64, error) + func (o Byte) MapToFloat32(fn func(byte) (float32, error)) (Float32, error) + func (o Byte) MapToFloat64(fn func(byte) (float64, error)) (Float64, error) + func (o Byte) MapToInt(fn func(byte) (int, error)) (Int, error) + func (o Byte) MapToInt16(fn func(byte) (int16, error)) (Int16, error) + func (o Byte) MapToInt32(fn func(byte) (int32, error)) (Int32, error) + func (o Byte) MapToInt64(fn func(byte) (int64, error)) (Int64, error) + func (o Byte) MapToInt8(fn func(byte) (int8, error)) (Int8, error) + func (o Byte) MapToNillable(fn func(byte) *byte) Byte + func (o Byte) MapToNillableBool(fn func(byte) *bool) Bool + func (o Byte) MapToNillableComplex128(fn func(byte) *complex128) Complex128 + func (o Byte) MapToNillableComplex64(fn func(byte) *complex64) Complex64 + func (o Byte) MapToNillableFloat32(fn func(byte) *float32) Float32 + func (o Byte) MapToNillableFloat64(fn func(byte) *float64) Float64 + func (o Byte) MapToNillableInt(fn func(byte) *int) Int + func (o Byte) MapToNillableInt16(fn func(byte) *int16) Int16 + func (o Byte) MapToNillableInt32(fn func(byte) *int32) Int32 + func (o Byte) MapToNillableInt64(fn func(byte) *int64) Int64 + func (o Byte) MapToNillableInt8(fn func(byte) *int8) Int8 + func (o Byte) MapToNillableRune(fn func(byte) *rune) Rune + func (o Byte) MapToNillableString(fn func(byte) *string) String + func (o Byte) MapToNillableUint(fn func(byte) *uint) Uint + func (o Byte) MapToNillableUint16(fn func(byte) *uint16) Uint16 + func (o Byte) MapToNillableUint32(fn func(byte) *uint32) Uint32 + func (o Byte) MapToNillableUint64(fn func(byte) *uint64) Uint64 + func (o Byte) MapToNillableUint8(fn func(byte) *uint8) Uint8 + func (o Byte) MapToNillableUntyped(fn func(byte) *interface{}) Untyped + func (o Byte) MapToRune(fn func(byte) (rune, error)) (Rune, error) + func (o Byte) MapToString(fn func(byte) (string, error)) (String, error) + func (o Byte) MapToUint(fn func(byte) (uint, error)) (Uint, error) + func (o Byte) MapToUint16(fn func(byte) (uint16, error)) (Uint16, error) + func (o Byte) MapToUint32(fn func(byte) (uint32, error)) (Uint32, error) + func (o Byte) MapToUint64(fn func(byte) (uint64, error)) (Uint64, error) + func (o Byte) MapToUint8(fn func(byte) (uint8, error)) (Uint8, error) + func (o Byte) MapToUntyped(fn func(byte) (interface{}, error)) (Untyped, error) + func (o Byte) Or(def byte) byte + func (o Byte) OrGet(fn func() byte) byte + func (o Byte) OrPanicWith(fn func() interface{}) byte + func (o Byte) OrPanicWithVal(err interface{}) byte + type Complex128 struct + func NewComplex128(val complex128) Complex128 + func NewEmptyComplex128() Complex128 + func NewMaybeComplex128(val *complex128) Complex128 + func (o Complex128) ForceMapToBool(fn func(complex128) bool) Bool + func (o Complex128) ForceMapToByte(fn func(complex128) byte) Byte + func (o Complex128) ForceMapToComplex64(fn func(complex128) complex64) Complex64 + func (o Complex128) ForceMapToFloat32(fn func(complex128) float32) Float32 + func (o Complex128) ForceMapToFloat64(fn func(complex128) float64) Float64 + func (o Complex128) ForceMapToInt(fn func(complex128) int) Int + func (o Complex128) ForceMapToInt16(fn func(complex128) int16) Int16 + func (o Complex128) ForceMapToInt32(fn func(complex128) int32) Int32 + func (o Complex128) ForceMapToInt64(fn func(complex128) int64) Int64 + func (o Complex128) ForceMapToInt8(fn func(complex128) int8) Int8 + func (o Complex128) ForceMapToRune(fn func(complex128) rune) Rune + func (o Complex128) ForceMapToString(fn func(complex128) string) String + func (o Complex128) ForceMapToUint(fn func(complex128) uint) Uint + func (o Complex128) ForceMapToUint16(fn func(complex128) uint16) Uint16 + func (o Complex128) ForceMapToUint32(fn func(complex128) uint32) Uint32 + func (o Complex128) ForceMapToUint64(fn func(complex128) uint64) Uint64 + func (o Complex128) ForceMapToUint8(fn func(complex128) uint8) Uint8 + func (o Complex128) ForceMapToUntyped(fn func(complex128) interface{}) Untyped + func (o Complex128) Get() complex128 + func (o Complex128) IsNil() bool + func (o Complex128) IsPresent() bool + func (o Complex128) MapToBool(fn func(complex128) (bool, error)) (Bool, error) + func (o Complex128) MapToByte(fn func(complex128) (byte, error)) (Byte, error) + func (o Complex128) MapToComplex64(fn func(complex128) (complex64, error)) (Complex64, error) + func (o Complex128) MapToFloat32(fn func(complex128) (float32, error)) (Float32, error) + func (o Complex128) MapToFloat64(fn func(complex128) (float64, error)) (Float64, error) + func (o Complex128) MapToInt(fn func(complex128) (int, error)) (Int, error) + func (o Complex128) MapToInt16(fn func(complex128) (int16, error)) (Int16, error) + func (o Complex128) MapToInt32(fn func(complex128) (int32, error)) (Int32, error) + func (o Complex128) MapToInt64(fn func(complex128) (int64, error)) (Int64, error) + func (o Complex128) MapToInt8(fn func(complex128) (int8, error)) (Int8, error) + func (o Complex128) MapToNillable(fn func(complex128) *complex128) Complex128 + func (o Complex128) MapToNillableBool(fn func(complex128) *bool) Bool + func (o Complex128) MapToNillableByte(fn func(complex128) *byte) Byte + func (o Complex128) MapToNillableComplex64(fn func(complex128) *complex64) Complex64 + func (o Complex128) MapToNillableFloat32(fn func(complex128) *float32) Float32 + func (o Complex128) MapToNillableFloat64(fn func(complex128) *float64) Float64 + func (o Complex128) MapToNillableInt(fn func(complex128) *int) Int + func (o Complex128) MapToNillableInt16(fn func(complex128) *int16) Int16 + func (o Complex128) MapToNillableInt32(fn func(complex128) *int32) Int32 + func (o Complex128) MapToNillableInt64(fn func(complex128) *int64) Int64 + func (o Complex128) MapToNillableInt8(fn func(complex128) *int8) Int8 + func (o Complex128) MapToNillableRune(fn func(complex128) *rune) Rune + func (o Complex128) MapToNillableString(fn func(complex128) *string) String + func (o Complex128) MapToNillableUint(fn func(complex128) *uint) Uint + func (o Complex128) MapToNillableUint16(fn func(complex128) *uint16) Uint16 + func (o Complex128) MapToNillableUint32(fn func(complex128) *uint32) Uint32 + func (o Complex128) MapToNillableUint64(fn func(complex128) *uint64) Uint64 + func (o Complex128) MapToNillableUint8(fn func(complex128) *uint8) Uint8 + func (o Complex128) MapToNillableUntyped(fn func(complex128) *interface{}) Untyped + func (o Complex128) MapToRune(fn func(complex128) (rune, error)) (Rune, error) + func (o Complex128) MapToString(fn func(complex128) (string, error)) (String, error) + func (o Complex128) MapToUint(fn func(complex128) (uint, error)) (Uint, error) + func (o Complex128) MapToUint16(fn func(complex128) (uint16, error)) (Uint16, error) + func (o Complex128) MapToUint32(fn func(complex128) (uint32, error)) (Uint32, error) + func (o Complex128) MapToUint64(fn func(complex128) (uint64, error)) (Uint64, error) + func (o Complex128) MapToUint8(fn func(complex128) (uint8, error)) (Uint8, error) + func (o Complex128) MapToUntyped(fn func(complex128) (interface{}, error)) (Untyped, error) + func (o Complex128) Or(def complex128) complex128 + func (o Complex128) OrGet(fn func() complex128) complex128 + func (o Complex128) OrPanicWith(fn func() interface{}) complex128 + func (o Complex128) OrPanicWithVal(err interface{}) complex128 + type Complex64 struct + func NewComplex64(val complex64) Complex64 + func NewEmptyComplex64() Complex64 + func NewMaybeComplex64(val *complex64) Complex64 + func (o Complex64) ForceMapToBool(fn func(complex64) bool) Bool + func (o Complex64) ForceMapToByte(fn func(complex64) byte) Byte + func (o Complex64) ForceMapToComplex128(fn func(complex64) complex128) Complex128 + func (o Complex64) ForceMapToFloat32(fn func(complex64) float32) Float32 + func (o Complex64) ForceMapToFloat64(fn func(complex64) float64) Float64 + func (o Complex64) ForceMapToInt(fn func(complex64) int) Int + func (o Complex64) ForceMapToInt16(fn func(complex64) int16) Int16 + func (o Complex64) ForceMapToInt32(fn func(complex64) int32) Int32 + func (o Complex64) ForceMapToInt64(fn func(complex64) int64) Int64 + func (o Complex64) ForceMapToInt8(fn func(complex64) int8) Int8 + func (o Complex64) ForceMapToRune(fn func(complex64) rune) Rune + func (o Complex64) ForceMapToString(fn func(complex64) string) String + func (o Complex64) ForceMapToUint(fn func(complex64) uint) Uint + func (o Complex64) ForceMapToUint16(fn func(complex64) uint16) Uint16 + func (o Complex64) ForceMapToUint32(fn func(complex64) uint32) Uint32 + func (o Complex64) ForceMapToUint64(fn func(complex64) uint64) Uint64 + func (o Complex64) ForceMapToUint8(fn func(complex64) uint8) Uint8 + func (o Complex64) ForceMapToUntyped(fn func(complex64) interface{}) Untyped + func (o Complex64) Get() complex64 + func (o Complex64) IsNil() bool + func (o Complex64) IsPresent() bool + func (o Complex64) MapToBool(fn func(complex64) (bool, error)) (Bool, error) + func (o Complex64) MapToByte(fn func(complex64) (byte, error)) (Byte, error) + func (o Complex64) MapToComplex128(fn func(complex64) (complex128, error)) (Complex128, error) + func (o Complex64) MapToFloat32(fn func(complex64) (float32, error)) (Float32, error) + func (o Complex64) MapToFloat64(fn func(complex64) (float64, error)) (Float64, error) + func (o Complex64) MapToInt(fn func(complex64) (int, error)) (Int, error) + func (o Complex64) MapToInt16(fn func(complex64) (int16, error)) (Int16, error) + func (o Complex64) MapToInt32(fn func(complex64) (int32, error)) (Int32, error) + func (o Complex64) MapToInt64(fn func(complex64) (int64, error)) (Int64, error) + func (o Complex64) MapToInt8(fn func(complex64) (int8, error)) (Int8, error) + func (o Complex64) MapToNillable(fn func(complex64) *complex64) Complex64 + func (o Complex64) MapToNillableBool(fn func(complex64) *bool) Bool + func (o Complex64) MapToNillableByte(fn func(complex64) *byte) Byte + func (o Complex64) MapToNillableComplex128(fn func(complex64) *complex128) Complex128 + func (o Complex64) MapToNillableFloat32(fn func(complex64) *float32) Float32 + func (o Complex64) MapToNillableFloat64(fn func(complex64) *float64) Float64 + func (o Complex64) MapToNillableInt(fn func(complex64) *int) Int + func (o Complex64) MapToNillableInt16(fn func(complex64) *int16) Int16 + func (o Complex64) MapToNillableInt32(fn func(complex64) *int32) Int32 + func (o Complex64) MapToNillableInt64(fn func(complex64) *int64) Int64 + func (o Complex64) MapToNillableInt8(fn func(complex64) *int8) Int8 + func (o Complex64) MapToNillableRune(fn func(complex64) *rune) Rune + func (o Complex64) MapToNillableString(fn func(complex64) *string) String + func (o Complex64) MapToNillableUint(fn func(complex64) *uint) Uint + func (o Complex64) MapToNillableUint16(fn func(complex64) *uint16) Uint16 + func (o Complex64) MapToNillableUint32(fn func(complex64) *uint32) Uint32 + func (o Complex64) MapToNillableUint64(fn func(complex64) *uint64) Uint64 + func (o Complex64) MapToNillableUint8(fn func(complex64) *uint8) Uint8 + func (o Complex64) MapToNillableUntyped(fn func(complex64) *interface{}) Untyped + func (o Complex64) MapToRune(fn func(complex64) (rune, error)) (Rune, error) + func (o Complex64) MapToString(fn func(complex64) (string, error)) (String, error) + func (o Complex64) MapToUint(fn func(complex64) (uint, error)) (Uint, error) + func (o Complex64) MapToUint16(fn func(complex64) (uint16, error)) (Uint16, error) + func (o Complex64) MapToUint32(fn func(complex64) (uint32, error)) (Uint32, error) + func (o Complex64) MapToUint64(fn func(complex64) (uint64, error)) (Uint64, error) + func (o Complex64) MapToUint8(fn func(complex64) (uint8, error)) (Uint8, error) + func (o Complex64) MapToUntyped(fn func(complex64) (interface{}, error)) (Untyped, error) + func (o Complex64) Or(def complex64) complex64 + func (o Complex64) OrGet(fn func() complex64) complex64 + func (o Complex64) OrPanicWith(fn func() interface{}) complex64 + func (o Complex64) OrPanicWithVal(err interface{}) complex64 + type Float32 struct + func NewEmptyFloat32() Float32 + func NewFloat32(val float32) Float32 + func NewMaybeFloat32(val *float32) Float32 + func (o Float32) ForceMapToBool(fn func(float32) bool) Bool + func (o Float32) ForceMapToByte(fn func(float32) byte) Byte + func (o Float32) ForceMapToComplex128(fn func(float32) complex128) Complex128 + func (o Float32) ForceMapToComplex64(fn func(float32) complex64) Complex64 + func (o Float32) ForceMapToFloat64(fn func(float32) float64) Float64 + func (o Float32) ForceMapToInt(fn func(float32) int) Int + func (o Float32) ForceMapToInt16(fn func(float32) int16) Int16 + func (o Float32) ForceMapToInt32(fn func(float32) int32) Int32 + func (o Float32) ForceMapToInt64(fn func(float32) int64) Int64 + func (o Float32) ForceMapToInt8(fn func(float32) int8) Int8 + func (o Float32) ForceMapToRune(fn func(float32) rune) Rune + func (o Float32) ForceMapToString(fn func(float32) string) String + func (o Float32) ForceMapToUint(fn func(float32) uint) Uint + func (o Float32) ForceMapToUint16(fn func(float32) uint16) Uint16 + func (o Float32) ForceMapToUint32(fn func(float32) uint32) Uint32 + func (o Float32) ForceMapToUint64(fn func(float32) uint64) Uint64 + func (o Float32) ForceMapToUint8(fn func(float32) uint8) Uint8 + func (o Float32) ForceMapToUntyped(fn func(float32) interface{}) Untyped + func (o Float32) Get() float32 + func (o Float32) IsNil() bool + func (o Float32) IsPresent() bool + func (o Float32) MapToBool(fn func(float32) (bool, error)) (Bool, error) + func (o Float32) MapToByte(fn func(float32) (byte, error)) (Byte, error) + func (o Float32) MapToComplex128(fn func(float32) (complex128, error)) (Complex128, error) + func (o Float32) MapToComplex64(fn func(float32) (complex64, error)) (Complex64, error) + func (o Float32) MapToFloat64(fn func(float32) (float64, error)) (Float64, error) + func (o Float32) MapToInt(fn func(float32) (int, error)) (Int, error) + func (o Float32) MapToInt16(fn func(float32) (int16, error)) (Int16, error) + func (o Float32) MapToInt32(fn func(float32) (int32, error)) (Int32, error) + func (o Float32) MapToInt64(fn func(float32) (int64, error)) (Int64, error) + func (o Float32) MapToInt8(fn func(float32) (int8, error)) (Int8, error) + func (o Float32) MapToNillable(fn func(float32) *float32) Float32 + func (o Float32) MapToNillableBool(fn func(float32) *bool) Bool + func (o Float32) MapToNillableByte(fn func(float32) *byte) Byte + func (o Float32) MapToNillableComplex128(fn func(float32) *complex128) Complex128 + func (o Float32) MapToNillableComplex64(fn func(float32) *complex64) Complex64 + func (o Float32) MapToNillableFloat64(fn func(float32) *float64) Float64 + func (o Float32) MapToNillableInt(fn func(float32) *int) Int + func (o Float32) MapToNillableInt16(fn func(float32) *int16) Int16 + func (o Float32) MapToNillableInt32(fn func(float32) *int32) Int32 + func (o Float32) MapToNillableInt64(fn func(float32) *int64) Int64 + func (o Float32) MapToNillableInt8(fn func(float32) *int8) Int8 + func (o Float32) MapToNillableRune(fn func(float32) *rune) Rune + func (o Float32) MapToNillableString(fn func(float32) *string) String + func (o Float32) MapToNillableUint(fn func(float32) *uint) Uint + func (o Float32) MapToNillableUint16(fn func(float32) *uint16) Uint16 + func (o Float32) MapToNillableUint32(fn func(float32) *uint32) Uint32 + func (o Float32) MapToNillableUint64(fn func(float32) *uint64) Uint64 + func (o Float32) MapToNillableUint8(fn func(float32) *uint8) Uint8 + func (o Float32) MapToNillableUntyped(fn func(float32) *interface{}) Untyped + func (o Float32) MapToRune(fn func(float32) (rune, error)) (Rune, error) + func (o Float32) MapToString(fn func(float32) (string, error)) (String, error) + func (o Float32) MapToUint(fn func(float32) (uint, error)) (Uint, error) + func (o Float32) MapToUint16(fn func(float32) (uint16, error)) (Uint16, error) + func (o Float32) MapToUint32(fn func(float32) (uint32, error)) (Uint32, error) + func (o Float32) MapToUint64(fn func(float32) (uint64, error)) (Uint64, error) + func (o Float32) MapToUint8(fn func(float32) (uint8, error)) (Uint8, error) + func (o Float32) MapToUntyped(fn func(float32) (interface{}, error)) (Untyped, error) + func (o Float32) Or(def float32) float32 + func (o Float32) OrGet(fn func() float32) float32 + func (o Float32) OrPanicWith(fn func() interface{}) float32 + func (o Float32) OrPanicWithVal(err interface{}) float32 + type Float64 struct + func NewEmptyFloat64() Float64 + func NewFloat64(val float64) Float64 + func NewMaybeFloat64(val *float64) Float64 + func (o Float64) ForceMapToBool(fn func(float64) bool) Bool + func (o Float64) ForceMapToByte(fn func(float64) byte) Byte + func (o Float64) ForceMapToComplex128(fn func(float64) complex128) Complex128 + func (o Float64) ForceMapToComplex64(fn func(float64) complex64) Complex64 + func (o Float64) ForceMapToFloat32(fn func(float64) float32) Float32 + func (o Float64) ForceMapToInt(fn func(float64) int) Int + func (o Float64) ForceMapToInt16(fn func(float64) int16) Int16 + func (o Float64) ForceMapToInt32(fn func(float64) int32) Int32 + func (o Float64) ForceMapToInt64(fn func(float64) int64) Int64 + func (o Float64) ForceMapToInt8(fn func(float64) int8) Int8 + func (o Float64) ForceMapToRune(fn func(float64) rune) Rune + func (o Float64) ForceMapToString(fn func(float64) string) String + func (o Float64) ForceMapToUint(fn func(float64) uint) Uint + func (o Float64) ForceMapToUint16(fn func(float64) uint16) Uint16 + func (o Float64) ForceMapToUint32(fn func(float64) uint32) Uint32 + func (o Float64) ForceMapToUint64(fn func(float64) uint64) Uint64 + func (o Float64) ForceMapToUint8(fn func(float64) uint8) Uint8 + func (o Float64) ForceMapToUntyped(fn func(float64) interface{}) Untyped + func (o Float64) Get() float64 + func (o Float64) IsNil() bool + func (o Float64) IsPresent() bool + func (o Float64) MapToBool(fn func(float64) (bool, error)) (Bool, error) + func (o Float64) MapToByte(fn func(float64) (byte, error)) (Byte, error) + func (o Float64) MapToComplex128(fn func(float64) (complex128, error)) (Complex128, error) + func (o Float64) MapToComplex64(fn func(float64) (complex64, error)) (Complex64, error) + func (o Float64) MapToFloat32(fn func(float64) (float32, error)) (Float32, error) + func (o Float64) MapToInt(fn func(float64) (int, error)) (Int, error) + func (o Float64) MapToInt16(fn func(float64) (int16, error)) (Int16, error) + func (o Float64) MapToInt32(fn func(float64) (int32, error)) (Int32, error) + func (o Float64) MapToInt64(fn func(float64) (int64, error)) (Int64, error) + func (o Float64) MapToInt8(fn func(float64) (int8, error)) (Int8, error) + func (o Float64) MapToNillable(fn func(float64) *float64) Float64 + func (o Float64) MapToNillableBool(fn func(float64) *bool) Bool + func (o Float64) MapToNillableByte(fn func(float64) *byte) Byte + func (o Float64) MapToNillableComplex128(fn func(float64) *complex128) Complex128 + func (o Float64) MapToNillableComplex64(fn func(float64) *complex64) Complex64 + func (o Float64) MapToNillableFloat32(fn func(float64) *float32) Float32 + func (o Float64) MapToNillableInt(fn func(float64) *int) Int + func (o Float64) MapToNillableInt16(fn func(float64) *int16) Int16 + func (o Float64) MapToNillableInt32(fn func(float64) *int32) Int32 + func (o Float64) MapToNillableInt64(fn func(float64) *int64) Int64 + func (o Float64) MapToNillableInt8(fn func(float64) *int8) Int8 + func (o Float64) MapToNillableRune(fn func(float64) *rune) Rune + func (o Float64) MapToNillableString(fn func(float64) *string) String + func (o Float64) MapToNillableUint(fn func(float64) *uint) Uint + func (o Float64) MapToNillableUint16(fn func(float64) *uint16) Uint16 + func (o Float64) MapToNillableUint32(fn func(float64) *uint32) Uint32 + func (o Float64) MapToNillableUint64(fn func(float64) *uint64) Uint64 + func (o Float64) MapToNillableUint8(fn func(float64) *uint8) Uint8 + func (o Float64) MapToNillableUntyped(fn func(float64) *interface{}) Untyped + func (o Float64) MapToRune(fn func(float64) (rune, error)) (Rune, error) + func (o Float64) MapToString(fn func(float64) (string, error)) (String, error) + func (o Float64) MapToUint(fn func(float64) (uint, error)) (Uint, error) + func (o Float64) MapToUint16(fn func(float64) (uint16, error)) (Uint16, error) + func (o Float64) MapToUint32(fn func(float64) (uint32, error)) (Uint32, error) + func (o Float64) MapToUint64(fn func(float64) (uint64, error)) (Uint64, error) + func (o Float64) MapToUint8(fn func(float64) (uint8, error)) (Uint8, error) + func (o Float64) MapToUntyped(fn func(float64) (interface{}, error)) (Untyped, error) + func (o Float64) Or(def float64) float64 + func (o Float64) OrGet(fn func() float64) float64 + func (o Float64) OrPanicWith(fn func() interface{}) float64 + func (o Float64) OrPanicWithVal(err interface{}) float64 + type Int struct + func NewEmptyInt() Int + func NewInt(val int) Int + func NewMaybeInt(val *int) Int + func (o Int) ForceMapToBool(fn func(int) bool) Bool + func (o Int) ForceMapToByte(fn func(int) byte) Byte + func (o Int) ForceMapToComplex128(fn func(int) complex128) Complex128 + func (o Int) ForceMapToComplex64(fn func(int) complex64) Complex64 + func (o Int) ForceMapToFloat32(fn func(int) float32) Float32 + func (o Int) ForceMapToFloat64(fn func(int) float64) Float64 + func (o Int) ForceMapToInt16(fn func(int) int16) Int16 + func (o Int) ForceMapToInt32(fn func(int) int32) Int32 + func (o Int) ForceMapToInt64(fn func(int) int64) Int64 + func (o Int) ForceMapToInt8(fn func(int) int8) Int8 + func (o Int) ForceMapToRune(fn func(int) rune) Rune + func (o Int) ForceMapToString(fn func(int) string) String + func (o Int) ForceMapToUint(fn func(int) uint) Uint + func (o Int) ForceMapToUint16(fn func(int) uint16) Uint16 + func (o Int) ForceMapToUint32(fn func(int) uint32) Uint32 + func (o Int) ForceMapToUint64(fn func(int) uint64) Uint64 + func (o Int) ForceMapToUint8(fn func(int) uint8) Uint8 + func (o Int) ForceMapToUntyped(fn func(int) interface{}) Untyped + func (o Int) Get() int + func (o Int) IsNil() bool + func (o Int) IsPresent() bool + func (o Int) MapToBool(fn func(int) (bool, error)) (Bool, error) + func (o Int) MapToByte(fn func(int) (byte, error)) (Byte, error) + func (o Int) MapToComplex128(fn func(int) (complex128, error)) (Complex128, error) + func (o Int) MapToComplex64(fn func(int) (complex64, error)) (Complex64, error) + func (o Int) MapToFloat32(fn func(int) (float32, error)) (Float32, error) + func (o Int) MapToFloat64(fn func(int) (float64, error)) (Float64, error) + func (o Int) MapToInt16(fn func(int) (int16, error)) (Int16, error) + func (o Int) MapToInt32(fn func(int) (int32, error)) (Int32, error) + func (o Int) MapToInt64(fn func(int) (int64, error)) (Int64, error) + func (o Int) MapToInt8(fn func(int) (int8, error)) (Int8, error) + func (o Int) MapToNillable(fn func(int) *int) Int + func (o Int) MapToNillableBool(fn func(int) *bool) Bool + func (o Int) MapToNillableByte(fn func(int) *byte) Byte + func (o Int) MapToNillableComplex128(fn func(int) *complex128) Complex128 + func (o Int) MapToNillableComplex64(fn func(int) *complex64) Complex64 + func (o Int) MapToNillableFloat32(fn func(int) *float32) Float32 + func (o Int) MapToNillableFloat64(fn func(int) *float64) Float64 + func (o Int) MapToNillableInt16(fn func(int) *int16) Int16 + func (o Int) MapToNillableInt32(fn func(int) *int32) Int32 + func (o Int) MapToNillableInt64(fn func(int) *int64) Int64 + func (o Int) MapToNillableInt8(fn func(int) *int8) Int8 + func (o Int) MapToNillableRune(fn func(int) *rune) Rune + func (o Int) MapToNillableString(fn func(int) *string) String + func (o Int) MapToNillableUint(fn func(int) *uint) Uint + func (o Int) MapToNillableUint16(fn func(int) *uint16) Uint16 + func (o Int) MapToNillableUint32(fn func(int) *uint32) Uint32 + func (o Int) MapToNillableUint64(fn func(int) *uint64) Uint64 + func (o Int) MapToNillableUint8(fn func(int) *uint8) Uint8 + func (o Int) MapToNillableUntyped(fn func(int) *interface{}) Untyped + func (o Int) MapToRune(fn func(int) (rune, error)) (Rune, error) + func (o Int) MapToString(fn func(int) (string, error)) (String, error) + func (o Int) MapToUint(fn func(int) (uint, error)) (Uint, error) + func (o Int) MapToUint16(fn func(int) (uint16, error)) (Uint16, error) + func (o Int) MapToUint32(fn func(int) (uint32, error)) (Uint32, error) + func (o Int) MapToUint64(fn func(int) (uint64, error)) (Uint64, error) + func (o Int) MapToUint8(fn func(int) (uint8, error)) (Uint8, error) + func (o Int) MapToUntyped(fn func(int) (interface{}, error)) (Untyped, error) + func (o Int) Or(def int) int + func (o Int) OrGet(fn func() int) int + func (o Int) OrPanicWith(fn func() interface{}) int + func (o Int) OrPanicWithVal(err interface{}) int + type Int16 struct + func NewEmptyInt16() Int16 + func NewInt16(val int16) Int16 + func NewMaybeInt16(val *int16) Int16 + func (o Int16) ForceMapToBool(fn func(int16) bool) Bool + func (o Int16) ForceMapToByte(fn func(int16) byte) Byte + func (o Int16) ForceMapToComplex128(fn func(int16) complex128) Complex128 + func (o Int16) ForceMapToComplex64(fn func(int16) complex64) Complex64 + func (o Int16) ForceMapToFloat32(fn func(int16) float32) Float32 + func (o Int16) ForceMapToFloat64(fn func(int16) float64) Float64 + func (o Int16) ForceMapToInt(fn func(int16) int) Int + func (o Int16) ForceMapToInt32(fn func(int16) int32) Int32 + func (o Int16) ForceMapToInt64(fn func(int16) int64) Int64 + func (o Int16) ForceMapToInt8(fn func(int16) int8) Int8 + func (o Int16) ForceMapToRune(fn func(int16) rune) Rune + func (o Int16) ForceMapToString(fn func(int16) string) String + func (o Int16) ForceMapToUint(fn func(int16) uint) Uint + func (o Int16) ForceMapToUint16(fn func(int16) uint16) Uint16 + func (o Int16) ForceMapToUint32(fn func(int16) uint32) Uint32 + func (o Int16) ForceMapToUint64(fn func(int16) uint64) Uint64 + func (o Int16) ForceMapToUint8(fn func(int16) uint8) Uint8 + func (o Int16) ForceMapToUntyped(fn func(int16) interface{}) Untyped + func (o Int16) Get() int16 + func (o Int16) IsNil() bool + func (o Int16) IsPresent() bool + func (o Int16) MapToBool(fn func(int16) (bool, error)) (Bool, error) + func (o Int16) MapToByte(fn func(int16) (byte, error)) (Byte, error) + func (o Int16) MapToComplex128(fn func(int16) (complex128, error)) (Complex128, error) + func (o Int16) MapToComplex64(fn func(int16) (complex64, error)) (Complex64, error) + func (o Int16) MapToFloat32(fn func(int16) (float32, error)) (Float32, error) + func (o Int16) MapToFloat64(fn func(int16) (float64, error)) (Float64, error) + func (o Int16) MapToInt(fn func(int16) (int, error)) (Int, error) + func (o Int16) MapToInt32(fn func(int16) (int32, error)) (Int32, error) + func (o Int16) MapToInt64(fn func(int16) (int64, error)) (Int64, error) + func (o Int16) MapToInt8(fn func(int16) (int8, error)) (Int8, error) + func (o Int16) MapToNillable(fn func(int16) *int16) Int16 + func (o Int16) MapToNillableBool(fn func(int16) *bool) Bool + func (o Int16) MapToNillableByte(fn func(int16) *byte) Byte + func (o Int16) MapToNillableComplex128(fn func(int16) *complex128) Complex128 + func (o Int16) MapToNillableComplex64(fn func(int16) *complex64) Complex64 + func (o Int16) MapToNillableFloat32(fn func(int16) *float32) Float32 + func (o Int16) MapToNillableFloat64(fn func(int16) *float64) Float64 + func (o Int16) MapToNillableInt(fn func(int16) *int) Int + func (o Int16) MapToNillableInt32(fn func(int16) *int32) Int32 + func (o Int16) MapToNillableInt64(fn func(int16) *int64) Int64 + func (o Int16) MapToNillableInt8(fn func(int16) *int8) Int8 + func (o Int16) MapToNillableRune(fn func(int16) *rune) Rune + func (o Int16) MapToNillableString(fn func(int16) *string) String + func (o Int16) MapToNillableUint(fn func(int16) *uint) Uint + func (o Int16) MapToNillableUint16(fn func(int16) *uint16) Uint16 + func (o Int16) MapToNillableUint32(fn func(int16) *uint32) Uint32 + func (o Int16) MapToNillableUint64(fn func(int16) *uint64) Uint64 + func (o Int16) MapToNillableUint8(fn func(int16) *uint8) Uint8 + func (o Int16) MapToNillableUntyped(fn func(int16) *interface{}) Untyped + func (o Int16) MapToRune(fn func(int16) (rune, error)) (Rune, error) + func (o Int16) MapToString(fn func(int16) (string, error)) (String, error) + func (o Int16) MapToUint(fn func(int16) (uint, error)) (Uint, error) + func (o Int16) MapToUint16(fn func(int16) (uint16, error)) (Uint16, error) + func (o Int16) MapToUint32(fn func(int16) (uint32, error)) (Uint32, error) + func (o Int16) MapToUint64(fn func(int16) (uint64, error)) (Uint64, error) + func (o Int16) MapToUint8(fn func(int16) (uint8, error)) (Uint8, error) + func (o Int16) MapToUntyped(fn func(int16) (interface{}, error)) (Untyped, error) + func (o Int16) Or(def int16) int16 + func (o Int16) OrGet(fn func() int16) int16 + func (o Int16) OrPanicWith(fn func() interface{}) int16 + func (o Int16) OrPanicWithVal(err interface{}) int16 + type Int32 struct + func NewEmptyInt32() Int32 + func NewInt32(val int32) Int32 + func NewMaybeInt32(val *int32) Int32 + func (o Int32) ForceMapToBool(fn func(int32) bool) Bool + func (o Int32) ForceMapToByte(fn func(int32) byte) Byte + func (o Int32) ForceMapToComplex128(fn func(int32) complex128) Complex128 + func (o Int32) ForceMapToComplex64(fn func(int32) complex64) Complex64 + func (o Int32) ForceMapToFloat32(fn func(int32) float32) Float32 + func (o Int32) ForceMapToFloat64(fn func(int32) float64) Float64 + func (o Int32) ForceMapToInt(fn func(int32) int) Int + func (o Int32) ForceMapToInt16(fn func(int32) int16) Int16 + func (o Int32) ForceMapToInt64(fn func(int32) int64) Int64 + func (o Int32) ForceMapToInt8(fn func(int32) int8) Int8 + func (o Int32) ForceMapToRune(fn func(int32) rune) Rune + func (o Int32) ForceMapToString(fn func(int32) string) String + func (o Int32) ForceMapToUint(fn func(int32) uint) Uint + func (o Int32) ForceMapToUint16(fn func(int32) uint16) Uint16 + func (o Int32) ForceMapToUint32(fn func(int32) uint32) Uint32 + func (o Int32) ForceMapToUint64(fn func(int32) uint64) Uint64 + func (o Int32) ForceMapToUint8(fn func(int32) uint8) Uint8 + func (o Int32) ForceMapToUntyped(fn func(int32) interface{}) Untyped + func (o Int32) Get() int32 + func (o Int32) IsNil() bool + func (o Int32) IsPresent() bool + func (o Int32) MapToBool(fn func(int32) (bool, error)) (Bool, error) + func (o Int32) MapToByte(fn func(int32) (byte, error)) (Byte, error) + func (o Int32) MapToComplex128(fn func(int32) (complex128, error)) (Complex128, error) + func (o Int32) MapToComplex64(fn func(int32) (complex64, error)) (Complex64, error) + func (o Int32) MapToFloat32(fn func(int32) (float32, error)) (Float32, error) + func (o Int32) MapToFloat64(fn func(int32) (float64, error)) (Float64, error) + func (o Int32) MapToInt(fn func(int32) (int, error)) (Int, error) + func (o Int32) MapToInt16(fn func(int32) (int16, error)) (Int16, error) + func (o Int32) MapToInt64(fn func(int32) (int64, error)) (Int64, error) + func (o Int32) MapToInt8(fn func(int32) (int8, error)) (Int8, error) + func (o Int32) MapToNillable(fn func(int32) *int32) Int32 + func (o Int32) MapToNillableBool(fn func(int32) *bool) Bool + func (o Int32) MapToNillableByte(fn func(int32) *byte) Byte + func (o Int32) MapToNillableComplex128(fn func(int32) *complex128) Complex128 + func (o Int32) MapToNillableComplex64(fn func(int32) *complex64) Complex64 + func (o Int32) MapToNillableFloat32(fn func(int32) *float32) Float32 + func (o Int32) MapToNillableFloat64(fn func(int32) *float64) Float64 + func (o Int32) MapToNillableInt(fn func(int32) *int) Int + func (o Int32) MapToNillableInt16(fn func(int32) *int16) Int16 + func (o Int32) MapToNillableInt64(fn func(int32) *int64) Int64 + func (o Int32) MapToNillableInt8(fn func(int32) *int8) Int8 + func (o Int32) MapToNillableRune(fn func(int32) *rune) Rune + func (o Int32) MapToNillableString(fn func(int32) *string) String + func (o Int32) MapToNillableUint(fn func(int32) *uint) Uint + func (o Int32) MapToNillableUint16(fn func(int32) *uint16) Uint16 + func (o Int32) MapToNillableUint32(fn func(int32) *uint32) Uint32 + func (o Int32) MapToNillableUint64(fn func(int32) *uint64) Uint64 + func (o Int32) MapToNillableUint8(fn func(int32) *uint8) Uint8 + func (o Int32) MapToNillableUntyped(fn func(int32) *interface{}) Untyped + func (o Int32) MapToRune(fn func(int32) (rune, error)) (Rune, error) + func (o Int32) MapToString(fn func(int32) (string, error)) (String, error) + func (o Int32) MapToUint(fn func(int32) (uint, error)) (Uint, error) + func (o Int32) MapToUint16(fn func(int32) (uint16, error)) (Uint16, error) + func (o Int32) MapToUint32(fn func(int32) (uint32, error)) (Uint32, error) + func (o Int32) MapToUint64(fn func(int32) (uint64, error)) (Uint64, error) + func (o Int32) MapToUint8(fn func(int32) (uint8, error)) (Uint8, error) + func (o Int32) MapToUntyped(fn func(int32) (interface{}, error)) (Untyped, error) + func (o Int32) Or(def int32) int32 + func (o Int32) OrGet(fn func() int32) int32 + func (o Int32) OrPanicWith(fn func() interface{}) int32 + func (o Int32) OrPanicWithVal(err interface{}) int32 + type Int64 struct + func NewEmptyInt64() Int64 + func NewInt64(val int64) Int64 + func NewMaybeInt64(val *int64) Int64 + func (o Int64) ForceMapToBool(fn func(int64) bool) Bool + func (o Int64) ForceMapToByte(fn func(int64) byte) Byte + func (o Int64) ForceMapToComplex128(fn func(int64) complex128) Complex128 + func (o Int64) ForceMapToComplex64(fn func(int64) complex64) Complex64 + func (o Int64) ForceMapToFloat32(fn func(int64) float32) Float32 + func (o Int64) ForceMapToFloat64(fn func(int64) float64) Float64 + func (o Int64) ForceMapToInt(fn func(int64) int) Int + func (o Int64) ForceMapToInt16(fn func(int64) int16) Int16 + func (o Int64) ForceMapToInt32(fn func(int64) int32) Int32 + func (o Int64) ForceMapToInt8(fn func(int64) int8) Int8 + func (o Int64) ForceMapToRune(fn func(int64) rune) Rune + func (o Int64) ForceMapToString(fn func(int64) string) String + func (o Int64) ForceMapToUint(fn func(int64) uint) Uint + func (o Int64) ForceMapToUint16(fn func(int64) uint16) Uint16 + func (o Int64) ForceMapToUint32(fn func(int64) uint32) Uint32 + func (o Int64) ForceMapToUint64(fn func(int64) uint64) Uint64 + func (o Int64) ForceMapToUint8(fn func(int64) uint8) Uint8 + func (o Int64) ForceMapToUntyped(fn func(int64) interface{}) Untyped + func (o Int64) Get() int64 + func (o Int64) IsNil() bool + func (o Int64) IsPresent() bool + func (o Int64) MapToBool(fn func(int64) (bool, error)) (Bool, error) + func (o Int64) MapToByte(fn func(int64) (byte, error)) (Byte, error) + func (o Int64) MapToComplex128(fn func(int64) (complex128, error)) (Complex128, error) + func (o Int64) MapToComplex64(fn func(int64) (complex64, error)) (Complex64, error) + func (o Int64) MapToFloat32(fn func(int64) (float32, error)) (Float32, error) + func (o Int64) MapToFloat64(fn func(int64) (float64, error)) (Float64, error) + func (o Int64) MapToInt(fn func(int64) (int, error)) (Int, error) + func (o Int64) MapToInt16(fn func(int64) (int16, error)) (Int16, error) + func (o Int64) MapToInt32(fn func(int64) (int32, error)) (Int32, error) + func (o Int64) MapToInt8(fn func(int64) (int8, error)) (Int8, error) + func (o Int64) MapToNillable(fn func(int64) *int64) Int64 + func (o Int64) MapToNillableBool(fn func(int64) *bool) Bool + func (o Int64) MapToNillableByte(fn func(int64) *byte) Byte + func (o Int64) MapToNillableComplex128(fn func(int64) *complex128) Complex128 + func (o Int64) MapToNillableComplex64(fn func(int64) *complex64) Complex64 + func (o Int64) MapToNillableFloat32(fn func(int64) *float32) Float32 + func (o Int64) MapToNillableFloat64(fn func(int64) *float64) Float64 + func (o Int64) MapToNillableInt(fn func(int64) *int) Int + func (o Int64) MapToNillableInt16(fn func(int64) *int16) Int16 + func (o Int64) MapToNillableInt32(fn func(int64) *int32) Int32 + func (o Int64) MapToNillableInt8(fn func(int64) *int8) Int8 + func (o Int64) MapToNillableRune(fn func(int64) *rune) Rune + func (o Int64) MapToNillableString(fn func(int64) *string) String + func (o Int64) MapToNillableUint(fn func(int64) *uint) Uint + func (o Int64) MapToNillableUint16(fn func(int64) *uint16) Uint16 + func (o Int64) MapToNillableUint32(fn func(int64) *uint32) Uint32 + func (o Int64) MapToNillableUint64(fn func(int64) *uint64) Uint64 + func (o Int64) MapToNillableUint8(fn func(int64) *uint8) Uint8 + func (o Int64) MapToNillableUntyped(fn func(int64) *interface{}) Untyped + func (o Int64) MapToRune(fn func(int64) (rune, error)) (Rune, error) + func (o Int64) MapToString(fn func(int64) (string, error)) (String, error) + func (o Int64) MapToUint(fn func(int64) (uint, error)) (Uint, error) + func (o Int64) MapToUint16(fn func(int64) (uint16, error)) (Uint16, error) + func (o Int64) MapToUint32(fn func(int64) (uint32, error)) (Uint32, error) + func (o Int64) MapToUint64(fn func(int64) (uint64, error)) (Uint64, error) + func (o Int64) MapToUint8(fn func(int64) (uint8, error)) (Uint8, error) + func (o Int64) MapToUntyped(fn func(int64) (interface{}, error)) (Untyped, error) + func (o Int64) Or(def int64) int64 + func (o Int64) OrGet(fn func() int64) int64 + func (o Int64) OrPanicWith(fn func() interface{}) int64 + func (o Int64) OrPanicWithVal(err interface{}) int64 + type Int8 struct + func NewEmptyInt8() Int8 + func NewInt8(val int8) Int8 + func NewMaybeInt8(val *int8) Int8 + func (o Int8) ForceMapToBool(fn func(int8) bool) Bool + func (o Int8) ForceMapToByte(fn func(int8) byte) Byte + func (o Int8) ForceMapToComplex128(fn func(int8) complex128) Complex128 + func (o Int8) ForceMapToComplex64(fn func(int8) complex64) Complex64 + func (o Int8) ForceMapToFloat32(fn func(int8) float32) Float32 + func (o Int8) ForceMapToFloat64(fn func(int8) float64) Float64 + func (o Int8) ForceMapToInt(fn func(int8) int) Int + func (o Int8) ForceMapToInt16(fn func(int8) int16) Int16 + func (o Int8) ForceMapToInt32(fn func(int8) int32) Int32 + func (o Int8) ForceMapToInt64(fn func(int8) int64) Int64 + func (o Int8) ForceMapToRune(fn func(int8) rune) Rune + func (o Int8) ForceMapToString(fn func(int8) string) String + func (o Int8) ForceMapToUint(fn func(int8) uint) Uint + func (o Int8) ForceMapToUint16(fn func(int8) uint16) Uint16 + func (o Int8) ForceMapToUint32(fn func(int8) uint32) Uint32 + func (o Int8) ForceMapToUint64(fn func(int8) uint64) Uint64 + func (o Int8) ForceMapToUint8(fn func(int8) uint8) Uint8 + func (o Int8) ForceMapToUntyped(fn func(int8) interface{}) Untyped + func (o Int8) Get() int8 + func (o Int8) IsNil() bool + func (o Int8) IsPresent() bool + func (o Int8) MapToBool(fn func(int8) (bool, error)) (Bool, error) + func (o Int8) MapToByte(fn func(int8) (byte, error)) (Byte, error) + func (o Int8) MapToComplex128(fn func(int8) (complex128, error)) (Complex128, error) + func (o Int8) MapToComplex64(fn func(int8) (complex64, error)) (Complex64, error) + func (o Int8) MapToFloat32(fn func(int8) (float32, error)) (Float32, error) + func (o Int8) MapToFloat64(fn func(int8) (float64, error)) (Float64, error) + func (o Int8) MapToInt(fn func(int8) (int, error)) (Int, error) + func (o Int8) MapToInt16(fn func(int8) (int16, error)) (Int16, error) + func (o Int8) MapToInt32(fn func(int8) (int32, error)) (Int32, error) + func (o Int8) MapToInt64(fn func(int8) (int64, error)) (Int64, error) + func (o Int8) MapToNillable(fn func(int8) *int8) Int8 + func (o Int8) MapToNillableBool(fn func(int8) *bool) Bool + func (o Int8) MapToNillableByte(fn func(int8) *byte) Byte + func (o Int8) MapToNillableComplex128(fn func(int8) *complex128) Complex128 + func (o Int8) MapToNillableComplex64(fn func(int8) *complex64) Complex64 + func (o Int8) MapToNillableFloat32(fn func(int8) *float32) Float32 + func (o Int8) MapToNillableFloat64(fn func(int8) *float64) Float64 + func (o Int8) MapToNillableInt(fn func(int8) *int) Int + func (o Int8) MapToNillableInt16(fn func(int8) *int16) Int16 + func (o Int8) MapToNillableInt32(fn func(int8) *int32) Int32 + func (o Int8) MapToNillableInt64(fn func(int8) *int64) Int64 + func (o Int8) MapToNillableRune(fn func(int8) *rune) Rune + func (o Int8) MapToNillableString(fn func(int8) *string) String + func (o Int8) MapToNillableUint(fn func(int8) *uint) Uint + func (o Int8) MapToNillableUint16(fn func(int8) *uint16) Uint16 + func (o Int8) MapToNillableUint32(fn func(int8) *uint32) Uint32 + func (o Int8) MapToNillableUint64(fn func(int8) *uint64) Uint64 + func (o Int8) MapToNillableUint8(fn func(int8) *uint8) Uint8 + func (o Int8) MapToNillableUntyped(fn func(int8) *interface{}) Untyped + func (o Int8) MapToRune(fn func(int8) (rune, error)) (Rune, error) + func (o Int8) MapToString(fn func(int8) (string, error)) (String, error) + func (o Int8) MapToUint(fn func(int8) (uint, error)) (Uint, error) + func (o Int8) MapToUint16(fn func(int8) (uint16, error)) (Uint16, error) + func (o Int8) MapToUint32(fn func(int8) (uint32, error)) (Uint32, error) + func (o Int8) MapToUint64(fn func(int8) (uint64, error)) (Uint64, error) + func (o Int8) MapToUint8(fn func(int8) (uint8, error)) (Uint8, error) + func (o Int8) MapToUntyped(fn func(int8) (interface{}, error)) (Untyped, error) + func (o Int8) Or(def int8) int8 + func (o Int8) OrGet(fn func() int8) int8 + func (o Int8) OrPanicWith(fn func() interface{}) int8 + func (o Int8) OrPanicWithVal(err interface{}) int8 + type Rune struct + func NewEmptyRune() Rune + func NewMaybeRune(val *rune) Rune + func NewRune(val rune) Rune + func (o Rune) ForceMapToBool(fn func(rune) bool) Bool + func (o Rune) ForceMapToByte(fn func(rune) byte) Byte + func (o Rune) ForceMapToComplex128(fn func(rune) complex128) Complex128 + func (o Rune) ForceMapToComplex64(fn func(rune) complex64) Complex64 + func (o Rune) ForceMapToFloat32(fn func(rune) float32) Float32 + func (o Rune) ForceMapToFloat64(fn func(rune) float64) Float64 + func (o Rune) ForceMapToInt(fn func(rune) int) Int + func (o Rune) ForceMapToInt16(fn func(rune) int16) Int16 + func (o Rune) ForceMapToInt32(fn func(rune) int32) Int32 + func (o Rune) ForceMapToInt64(fn func(rune) int64) Int64 + func (o Rune) ForceMapToInt8(fn func(rune) int8) Int8 + func (o Rune) ForceMapToString(fn func(rune) string) String + func (o Rune) ForceMapToUint(fn func(rune) uint) Uint + func (o Rune) ForceMapToUint16(fn func(rune) uint16) Uint16 + func (o Rune) ForceMapToUint32(fn func(rune) uint32) Uint32 + func (o Rune) ForceMapToUint64(fn func(rune) uint64) Uint64 + func (o Rune) ForceMapToUint8(fn func(rune) uint8) Uint8 + func (o Rune) ForceMapToUntyped(fn func(rune) interface{}) Untyped + func (o Rune) Get() rune + func (o Rune) IsNil() bool + func (o Rune) IsPresent() bool + func (o Rune) MapToBool(fn func(rune) (bool, error)) (Bool, error) + func (o Rune) MapToByte(fn func(rune) (byte, error)) (Byte, error) + func (o Rune) MapToComplex128(fn func(rune) (complex128, error)) (Complex128, error) + func (o Rune) MapToComplex64(fn func(rune) (complex64, error)) (Complex64, error) + func (o Rune) MapToFloat32(fn func(rune) (float32, error)) (Float32, error) + func (o Rune) MapToFloat64(fn func(rune) (float64, error)) (Float64, error) + func (o Rune) MapToInt(fn func(rune) (int, error)) (Int, error) + func (o Rune) MapToInt16(fn func(rune) (int16, error)) (Int16, error) + func (o Rune) MapToInt32(fn func(rune) (int32, error)) (Int32, error) + func (o Rune) MapToInt64(fn func(rune) (int64, error)) (Int64, error) + func (o Rune) MapToInt8(fn func(rune) (int8, error)) (Int8, error) + func (o Rune) MapToNillable(fn func(rune) *rune) Rune + func (o Rune) MapToNillableBool(fn func(rune) *bool) Bool + func (o Rune) MapToNillableByte(fn func(rune) *byte) Byte + func (o Rune) MapToNillableComplex128(fn func(rune) *complex128) Complex128 + func (o Rune) MapToNillableComplex64(fn func(rune) *complex64) Complex64 + func (o Rune) MapToNillableFloat32(fn func(rune) *float32) Float32 + func (o Rune) MapToNillableFloat64(fn func(rune) *float64) Float64 + func (o Rune) MapToNillableInt(fn func(rune) *int) Int + func (o Rune) MapToNillableInt16(fn func(rune) *int16) Int16 + func (o Rune) MapToNillableInt32(fn func(rune) *int32) Int32 + func (o Rune) MapToNillableInt64(fn func(rune) *int64) Int64 + func (o Rune) MapToNillableInt8(fn func(rune) *int8) Int8 + func (o Rune) MapToNillableString(fn func(rune) *string) String + func (o Rune) MapToNillableUint(fn func(rune) *uint) Uint + func (o Rune) MapToNillableUint16(fn func(rune) *uint16) Uint16 + func (o Rune) MapToNillableUint32(fn func(rune) *uint32) Uint32 + func (o Rune) MapToNillableUint64(fn func(rune) *uint64) Uint64 + func (o Rune) MapToNillableUint8(fn func(rune) *uint8) Uint8 + func (o Rune) MapToNillableUntyped(fn func(rune) *interface{}) Untyped + func (o Rune) MapToString(fn func(rune) (string, error)) (String, error) + func (o Rune) MapToUint(fn func(rune) (uint, error)) (Uint, error) + func (o Rune) MapToUint16(fn func(rune) (uint16, error)) (Uint16, error) + func (o Rune) MapToUint32(fn func(rune) (uint32, error)) (Uint32, error) + func (o Rune) MapToUint64(fn func(rune) (uint64, error)) (Uint64, error) + func (o Rune) MapToUint8(fn func(rune) (uint8, error)) (Uint8, error) + func (o Rune) MapToUntyped(fn func(rune) (interface{}, error)) (Untyped, error) + func (o Rune) Or(def rune) rune + func (o Rune) OrGet(fn func() rune) rune + func (o Rune) OrPanicWith(fn func() interface{}) rune + func (o Rune) OrPanicWithVal(err interface{}) rune + type String struct + func NewEmptyString() String + func NewMaybeString(val *string) String + func NewString(val string) String + func (o String) ForceMapToBool(fn func(string) bool) Bool + func (o String) ForceMapToByte(fn func(string) byte) Byte + func (o String) ForceMapToComplex128(fn func(string) complex128) Complex128 + func (o String) ForceMapToComplex64(fn func(string) complex64) Complex64 + func (o String) ForceMapToFloat32(fn func(string) float32) Float32 + func (o String) ForceMapToFloat64(fn func(string) float64) Float64 + func (o String) ForceMapToInt(fn func(string) int) Int + func (o String) ForceMapToInt16(fn func(string) int16) Int16 + func (o String) ForceMapToInt32(fn func(string) int32) Int32 + func (o String) ForceMapToInt64(fn func(string) int64) Int64 + func (o String) ForceMapToInt8(fn func(string) int8) Int8 + func (o String) ForceMapToRune(fn func(string) rune) Rune + func (o String) ForceMapToUint(fn func(string) uint) Uint + func (o String) ForceMapToUint16(fn func(string) uint16) Uint16 + func (o String) ForceMapToUint32(fn func(string) uint32) Uint32 + func (o String) ForceMapToUint64(fn func(string) uint64) Uint64 + func (o String) ForceMapToUint8(fn func(string) uint8) Uint8 + func (o String) ForceMapToUntyped(fn func(string) interface{}) Untyped + func (o String) Get() string + func (o String) IsNil() bool + func (o String) IsPresent() bool + func (o String) MapToBool(fn func(string) (bool, error)) (Bool, error) + func (o String) MapToByte(fn func(string) (byte, error)) (Byte, error) + func (o String) MapToComplex128(fn func(string) (complex128, error)) (Complex128, error) + func (o String) MapToComplex64(fn func(string) (complex64, error)) (Complex64, error) + func (o String) MapToFloat32(fn func(string) (float32, error)) (Float32, error) + func (o String) MapToFloat64(fn func(string) (float64, error)) (Float64, error) + func (o String) MapToInt(fn func(string) (int, error)) (Int, error) + func (o String) MapToInt16(fn func(string) (int16, error)) (Int16, error) + func (o String) MapToInt32(fn func(string) (int32, error)) (Int32, error) + func (o String) MapToInt64(fn func(string) (int64, error)) (Int64, error) + func (o String) MapToInt8(fn func(string) (int8, error)) (Int8, error) + func (o String) MapToNillable(fn func(string) *string) String + func (o String) MapToNillableBool(fn func(string) *bool) Bool + func (o String) MapToNillableByte(fn func(string) *byte) Byte + func (o String) MapToNillableComplex128(fn func(string) *complex128) Complex128 + func (o String) MapToNillableComplex64(fn func(string) *complex64) Complex64 + func (o String) MapToNillableFloat32(fn func(string) *float32) Float32 + func (o String) MapToNillableFloat64(fn func(string) *float64) Float64 + func (o String) MapToNillableInt(fn func(string) *int) Int + func (o String) MapToNillableInt16(fn func(string) *int16) Int16 + func (o String) MapToNillableInt32(fn func(string) *int32) Int32 + func (o String) MapToNillableInt64(fn func(string) *int64) Int64 + func (o String) MapToNillableInt8(fn func(string) *int8) Int8 + func (o String) MapToNillableRune(fn func(string) *rune) Rune + func (o String) MapToNillableUint(fn func(string) *uint) Uint + func (o String) MapToNillableUint16(fn func(string) *uint16) Uint16 + func (o String) MapToNillableUint32(fn func(string) *uint32) Uint32 + func (o String) MapToNillableUint64(fn func(string) *uint64) Uint64 + func (o String) MapToNillableUint8(fn func(string) *uint8) Uint8 + func (o String) MapToNillableUntyped(fn func(string) *interface{}) Untyped + func (o String) MapToRune(fn func(string) (rune, error)) (Rune, error) + func (o String) MapToUint(fn func(string) (uint, error)) (Uint, error) + func (o String) MapToUint16(fn func(string) (uint16, error)) (Uint16, error) + func (o String) MapToUint32(fn func(string) (uint32, error)) (Uint32, error) + func (o String) MapToUint64(fn func(string) (uint64, error)) (Uint64, error) + func (o String) MapToUint8(fn func(string) (uint8, error)) (Uint8, error) + func (o String) MapToUntyped(fn func(string) (interface{}, error)) (Untyped, error) + func (o String) Or(def string) string + func (o String) OrGet(fn func() string) string + func (o String) OrPanicWith(fn func() interface{}) string + func (o String) OrPanicWithVal(err interface{}) string + type Uint struct + func NewEmptyUint() Uint + func NewMaybeUint(val *uint) Uint + func NewUint(val uint) Uint + func (o Uint) ForceMapToBool(fn func(uint) bool) Bool + func (o Uint) ForceMapToByte(fn func(uint) byte) Byte + func (o Uint) ForceMapToComplex128(fn func(uint) complex128) Complex128 + func (o Uint) ForceMapToComplex64(fn func(uint) complex64) Complex64 + func (o Uint) ForceMapToFloat32(fn func(uint) float32) Float32 + func (o Uint) ForceMapToFloat64(fn func(uint) float64) Float64 + func (o Uint) ForceMapToInt(fn func(uint) int) Int + func (o Uint) ForceMapToInt16(fn func(uint) int16) Int16 + func (o Uint) ForceMapToInt32(fn func(uint) int32) Int32 + func (o Uint) ForceMapToInt64(fn func(uint) int64) Int64 + func (o Uint) ForceMapToInt8(fn func(uint) int8) Int8 + func (o Uint) ForceMapToRune(fn func(uint) rune) Rune + func (o Uint) ForceMapToString(fn func(uint) string) String + func (o Uint) ForceMapToUint16(fn func(uint) uint16) Uint16 + func (o Uint) ForceMapToUint32(fn func(uint) uint32) Uint32 + func (o Uint) ForceMapToUint64(fn func(uint) uint64) Uint64 + func (o Uint) ForceMapToUint8(fn func(uint) uint8) Uint8 + func (o Uint) ForceMapToUntyped(fn func(uint) interface{}) Untyped + func (o Uint) Get() uint + func (o Uint) IsNil() bool + func (o Uint) IsPresent() bool + func (o Uint) MapToBool(fn func(uint) (bool, error)) (Bool, error) + func (o Uint) MapToByte(fn func(uint) (byte, error)) (Byte, error) + func (o Uint) MapToComplex128(fn func(uint) (complex128, error)) (Complex128, error) + func (o Uint) MapToComplex64(fn func(uint) (complex64, error)) (Complex64, error) + func (o Uint) MapToFloat32(fn func(uint) (float32, error)) (Float32, error) + func (o Uint) MapToFloat64(fn func(uint) (float64, error)) (Float64, error) + func (o Uint) MapToInt(fn func(uint) (int, error)) (Int, error) + func (o Uint) MapToInt16(fn func(uint) (int16, error)) (Int16, error) + func (o Uint) MapToInt32(fn func(uint) (int32, error)) (Int32, error) + func (o Uint) MapToInt64(fn func(uint) (int64, error)) (Int64, error) + func (o Uint) MapToInt8(fn func(uint) (int8, error)) (Int8, error) + func (o Uint) MapToNillable(fn func(uint) *uint) Uint + func (o Uint) MapToNillableBool(fn func(uint) *bool) Bool + func (o Uint) MapToNillableByte(fn func(uint) *byte) Byte + func (o Uint) MapToNillableComplex128(fn func(uint) *complex128) Complex128 + func (o Uint) MapToNillableComplex64(fn func(uint) *complex64) Complex64 + func (o Uint) MapToNillableFloat32(fn func(uint) *float32) Float32 + func (o Uint) MapToNillableFloat64(fn func(uint) *float64) Float64 + func (o Uint) MapToNillableInt(fn func(uint) *int) Int + func (o Uint) MapToNillableInt16(fn func(uint) *int16) Int16 + func (o Uint) MapToNillableInt32(fn func(uint) *int32) Int32 + func (o Uint) MapToNillableInt64(fn func(uint) *int64) Int64 + func (o Uint) MapToNillableInt8(fn func(uint) *int8) Int8 + func (o Uint) MapToNillableRune(fn func(uint) *rune) Rune + func (o Uint) MapToNillableString(fn func(uint) *string) String + func (o Uint) MapToNillableUint16(fn func(uint) *uint16) Uint16 + func (o Uint) MapToNillableUint32(fn func(uint) *uint32) Uint32 + func (o Uint) MapToNillableUint64(fn func(uint) *uint64) Uint64 + func (o Uint) MapToNillableUint8(fn func(uint) *uint8) Uint8 + func (o Uint) MapToNillableUntyped(fn func(uint) *interface{}) Untyped + func (o Uint) MapToRune(fn func(uint) (rune, error)) (Rune, error) + func (o Uint) MapToString(fn func(uint) (string, error)) (String, error) + func (o Uint) MapToUint16(fn func(uint) (uint16, error)) (Uint16, error) + func (o Uint) MapToUint32(fn func(uint) (uint32, error)) (Uint32, error) + func (o Uint) MapToUint64(fn func(uint) (uint64, error)) (Uint64, error) + func (o Uint) MapToUint8(fn func(uint) (uint8, error)) (Uint8, error) + func (o Uint) MapToUntyped(fn func(uint) (interface{}, error)) (Untyped, error) + func (o Uint) Or(def uint) uint + func (o Uint) OrGet(fn func() uint) uint + func (o Uint) OrPanicWith(fn func() interface{}) uint + func (o Uint) OrPanicWithVal(err interface{}) uint + type Uint16 struct + func NewEmptyUint16() Uint16 + func NewMaybeUint16(val *uint16) Uint16 + func NewUint16(val uint16) Uint16 + func (o Uint16) ForceMapToBool(fn func(uint16) bool) Bool + func (o Uint16) ForceMapToByte(fn func(uint16) byte) Byte + func (o Uint16) ForceMapToComplex128(fn func(uint16) complex128) Complex128 + func (o Uint16) ForceMapToComplex64(fn func(uint16) complex64) Complex64 + func (o Uint16) ForceMapToFloat32(fn func(uint16) float32) Float32 + func (o Uint16) ForceMapToFloat64(fn func(uint16) float64) Float64 + func (o Uint16) ForceMapToInt(fn func(uint16) int) Int + func (o Uint16) ForceMapToInt16(fn func(uint16) int16) Int16 + func (o Uint16) ForceMapToInt32(fn func(uint16) int32) Int32 + func (o Uint16) ForceMapToInt64(fn func(uint16) int64) Int64 + func (o Uint16) ForceMapToInt8(fn func(uint16) int8) Int8 + func (o Uint16) ForceMapToRune(fn func(uint16) rune) Rune + func (o Uint16) ForceMapToString(fn func(uint16) string) String + func (o Uint16) ForceMapToUint(fn func(uint16) uint) Uint + func (o Uint16) ForceMapToUint32(fn func(uint16) uint32) Uint32 + func (o Uint16) ForceMapToUint64(fn func(uint16) uint64) Uint64 + func (o Uint16) ForceMapToUint8(fn func(uint16) uint8) Uint8 + func (o Uint16) ForceMapToUntyped(fn func(uint16) interface{}) Untyped + func (o Uint16) Get() uint16 + func (o Uint16) IsNil() bool + func (o Uint16) IsPresent() bool + func (o Uint16) MapToBool(fn func(uint16) (bool, error)) (Bool, error) + func (o Uint16) MapToByte(fn func(uint16) (byte, error)) (Byte, error) + func (o Uint16) MapToComplex128(fn func(uint16) (complex128, error)) (Complex128, error) + func (o Uint16) MapToComplex64(fn func(uint16) (complex64, error)) (Complex64, error) + func (o Uint16) MapToFloat32(fn func(uint16) (float32, error)) (Float32, error) + func (o Uint16) MapToFloat64(fn func(uint16) (float64, error)) (Float64, error) + func (o Uint16) MapToInt(fn func(uint16) (int, error)) (Int, error) + func (o Uint16) MapToInt16(fn func(uint16) (int16, error)) (Int16, error) + func (o Uint16) MapToInt32(fn func(uint16) (int32, error)) (Int32, error) + func (o Uint16) MapToInt64(fn func(uint16) (int64, error)) (Int64, error) + func (o Uint16) MapToInt8(fn func(uint16) (int8, error)) (Int8, error) + func (o Uint16) MapToNillable(fn func(uint16) *uint16) Uint16 + func (o Uint16) MapToNillableBool(fn func(uint16) *bool) Bool + func (o Uint16) MapToNillableByte(fn func(uint16) *byte) Byte + func (o Uint16) MapToNillableComplex128(fn func(uint16) *complex128) Complex128 + func (o Uint16) MapToNillableComplex64(fn func(uint16) *complex64) Complex64 + func (o Uint16) MapToNillableFloat32(fn func(uint16) *float32) Float32 + func (o Uint16) MapToNillableFloat64(fn func(uint16) *float64) Float64 + func (o Uint16) MapToNillableInt(fn func(uint16) *int) Int + func (o Uint16) MapToNillableInt16(fn func(uint16) *int16) Int16 + func (o Uint16) MapToNillableInt32(fn func(uint16) *int32) Int32 + func (o Uint16) MapToNillableInt64(fn func(uint16) *int64) Int64 + func (o Uint16) MapToNillableInt8(fn func(uint16) *int8) Int8 + func (o Uint16) MapToNillableRune(fn func(uint16) *rune) Rune + func (o Uint16) MapToNillableString(fn func(uint16) *string) String + func (o Uint16) MapToNillableUint(fn func(uint16) *uint) Uint + func (o Uint16) MapToNillableUint32(fn func(uint16) *uint32) Uint32 + func (o Uint16) MapToNillableUint64(fn func(uint16) *uint64) Uint64 + func (o Uint16) MapToNillableUint8(fn func(uint16) *uint8) Uint8 + func (o Uint16) MapToNillableUntyped(fn func(uint16) *interface{}) Untyped + func (o Uint16) MapToRune(fn func(uint16) (rune, error)) (Rune, error) + func (o Uint16) MapToString(fn func(uint16) (string, error)) (String, error) + func (o Uint16) MapToUint(fn func(uint16) (uint, error)) (Uint, error) + func (o Uint16) MapToUint32(fn func(uint16) (uint32, error)) (Uint32, error) + func (o Uint16) MapToUint64(fn func(uint16) (uint64, error)) (Uint64, error) + func (o Uint16) MapToUint8(fn func(uint16) (uint8, error)) (Uint8, error) + func (o Uint16) MapToUntyped(fn func(uint16) (interface{}, error)) (Untyped, error) + func (o Uint16) Or(def uint16) uint16 + func (o Uint16) OrGet(fn func() uint16) uint16 + func (o Uint16) OrPanicWith(fn func() interface{}) uint16 + func (o Uint16) OrPanicWithVal(err interface{}) uint16 + type Uint32 struct + func NewEmptyUint32() Uint32 + func NewMaybeUint32(val *uint32) Uint32 + func NewUint32(val uint32) Uint32 + func (o Uint32) ForceMapToBool(fn func(uint32) bool) Bool + func (o Uint32) ForceMapToByte(fn func(uint32) byte) Byte + func (o Uint32) ForceMapToComplex128(fn func(uint32) complex128) Complex128 + func (o Uint32) ForceMapToComplex64(fn func(uint32) complex64) Complex64 + func (o Uint32) ForceMapToFloat32(fn func(uint32) float32) Float32 + func (o Uint32) ForceMapToFloat64(fn func(uint32) float64) Float64 + func (o Uint32) ForceMapToInt(fn func(uint32) int) Int + func (o Uint32) ForceMapToInt16(fn func(uint32) int16) Int16 + func (o Uint32) ForceMapToInt32(fn func(uint32) int32) Int32 + func (o Uint32) ForceMapToInt64(fn func(uint32) int64) Int64 + func (o Uint32) ForceMapToInt8(fn func(uint32) int8) Int8 + func (o Uint32) ForceMapToRune(fn func(uint32) rune) Rune + func (o Uint32) ForceMapToString(fn func(uint32) string) String + func (o Uint32) ForceMapToUint(fn func(uint32) uint) Uint + func (o Uint32) ForceMapToUint16(fn func(uint32) uint16) Uint16 + func (o Uint32) ForceMapToUint64(fn func(uint32) uint64) Uint64 + func (o Uint32) ForceMapToUint8(fn func(uint32) uint8) Uint8 + func (o Uint32) ForceMapToUntyped(fn func(uint32) interface{}) Untyped + func (o Uint32) Get() uint32 + func (o Uint32) IsNil() bool + func (o Uint32) IsPresent() bool + func (o Uint32) MapToBool(fn func(uint32) (bool, error)) (Bool, error) + func (o Uint32) MapToByte(fn func(uint32) (byte, error)) (Byte, error) + func (o Uint32) MapToComplex128(fn func(uint32) (complex128, error)) (Complex128, error) + func (o Uint32) MapToComplex64(fn func(uint32) (complex64, error)) (Complex64, error) + func (o Uint32) MapToFloat32(fn func(uint32) (float32, error)) (Float32, error) + func (o Uint32) MapToFloat64(fn func(uint32) (float64, error)) (Float64, error) + func (o Uint32) MapToInt(fn func(uint32) (int, error)) (Int, error) + func (o Uint32) MapToInt16(fn func(uint32) (int16, error)) (Int16, error) + func (o Uint32) MapToInt32(fn func(uint32) (int32, error)) (Int32, error) + func (o Uint32) MapToInt64(fn func(uint32) (int64, error)) (Int64, error) + func (o Uint32) MapToInt8(fn func(uint32) (int8, error)) (Int8, error) + func (o Uint32) MapToNillable(fn func(uint32) *uint32) Uint32 + func (o Uint32) MapToNillableBool(fn func(uint32) *bool) Bool + func (o Uint32) MapToNillableByte(fn func(uint32) *byte) Byte + func (o Uint32) MapToNillableComplex128(fn func(uint32) *complex128) Complex128 + func (o Uint32) MapToNillableComplex64(fn func(uint32) *complex64) Complex64 + func (o Uint32) MapToNillableFloat32(fn func(uint32) *float32) Float32 + func (o Uint32) MapToNillableFloat64(fn func(uint32) *float64) Float64 + func (o Uint32) MapToNillableInt(fn func(uint32) *int) Int + func (o Uint32) MapToNillableInt16(fn func(uint32) *int16) Int16 + func (o Uint32) MapToNillableInt32(fn func(uint32) *int32) Int32 + func (o Uint32) MapToNillableInt64(fn func(uint32) *int64) Int64 + func (o Uint32) MapToNillableInt8(fn func(uint32) *int8) Int8 + func (o Uint32) MapToNillableRune(fn func(uint32) *rune) Rune + func (o Uint32) MapToNillableString(fn func(uint32) *string) String + func (o Uint32) MapToNillableUint(fn func(uint32) *uint) Uint + func (o Uint32) MapToNillableUint16(fn func(uint32) *uint16) Uint16 + func (o Uint32) MapToNillableUint64(fn func(uint32) *uint64) Uint64 + func (o Uint32) MapToNillableUint8(fn func(uint32) *uint8) Uint8 + func (o Uint32) MapToNillableUntyped(fn func(uint32) *interface{}) Untyped + func (o Uint32) MapToRune(fn func(uint32) (rune, error)) (Rune, error) + func (o Uint32) MapToString(fn func(uint32) (string, error)) (String, error) + func (o Uint32) MapToUint(fn func(uint32) (uint, error)) (Uint, error) + func (o Uint32) MapToUint16(fn func(uint32) (uint16, error)) (Uint16, error) + func (o Uint32) MapToUint64(fn func(uint32) (uint64, error)) (Uint64, error) + func (o Uint32) MapToUint8(fn func(uint32) (uint8, error)) (Uint8, error) + func (o Uint32) MapToUntyped(fn func(uint32) (interface{}, error)) (Untyped, error) + func (o Uint32) Or(def uint32) uint32 + func (o Uint32) OrGet(fn func() uint32) uint32 + func (o Uint32) OrPanicWith(fn func() interface{}) uint32 + func (o Uint32) OrPanicWithVal(err interface{}) uint32 + type Uint64 struct + func NewEmptyUint64() Uint64 + func NewMaybeUint64(val *uint64) Uint64 + func NewUint64(val uint64) Uint64 + func (o Uint64) ForceMapToBool(fn func(uint64) bool) Bool + func (o Uint64) ForceMapToByte(fn func(uint64) byte) Byte + func (o Uint64) ForceMapToComplex128(fn func(uint64) complex128) Complex128 + func (o Uint64) ForceMapToComplex64(fn func(uint64) complex64) Complex64 + func (o Uint64) ForceMapToFloat32(fn func(uint64) float32) Float32 + func (o Uint64) ForceMapToFloat64(fn func(uint64) float64) Float64 + func (o Uint64) ForceMapToInt(fn func(uint64) int) Int + func (o Uint64) ForceMapToInt16(fn func(uint64) int16) Int16 + func (o Uint64) ForceMapToInt32(fn func(uint64) int32) Int32 + func (o Uint64) ForceMapToInt64(fn func(uint64) int64) Int64 + func (o Uint64) ForceMapToInt8(fn func(uint64) int8) Int8 + func (o Uint64) ForceMapToRune(fn func(uint64) rune) Rune + func (o Uint64) ForceMapToString(fn func(uint64) string) String + func (o Uint64) ForceMapToUint(fn func(uint64) uint) Uint + func (o Uint64) ForceMapToUint16(fn func(uint64) uint16) Uint16 + func (o Uint64) ForceMapToUint32(fn func(uint64) uint32) Uint32 + func (o Uint64) ForceMapToUint8(fn func(uint64) uint8) Uint8 + func (o Uint64) ForceMapToUntyped(fn func(uint64) interface{}) Untyped + func (o Uint64) Get() uint64 + func (o Uint64) IsNil() bool + func (o Uint64) IsPresent() bool + func (o Uint64) MapToBool(fn func(uint64) (bool, error)) (Bool, error) + func (o Uint64) MapToByte(fn func(uint64) (byte, error)) (Byte, error) + func (o Uint64) MapToComplex128(fn func(uint64) (complex128, error)) (Complex128, error) + func (o Uint64) MapToComplex64(fn func(uint64) (complex64, error)) (Complex64, error) + func (o Uint64) MapToFloat32(fn func(uint64) (float32, error)) (Float32, error) + func (o Uint64) MapToFloat64(fn func(uint64) (float64, error)) (Float64, error) + func (o Uint64) MapToInt(fn func(uint64) (int, error)) (Int, error) + func (o Uint64) MapToInt16(fn func(uint64) (int16, error)) (Int16, error) + func (o Uint64) MapToInt32(fn func(uint64) (int32, error)) (Int32, error) + func (o Uint64) MapToInt64(fn func(uint64) (int64, error)) (Int64, error) + func (o Uint64) MapToInt8(fn func(uint64) (int8, error)) (Int8, error) + func (o Uint64) MapToNillable(fn func(uint64) *uint64) Uint64 + func (o Uint64) MapToNillableBool(fn func(uint64) *bool) Bool + func (o Uint64) MapToNillableByte(fn func(uint64) *byte) Byte + func (o Uint64) MapToNillableComplex128(fn func(uint64) *complex128) Complex128 + func (o Uint64) MapToNillableComplex64(fn func(uint64) *complex64) Complex64 + func (o Uint64) MapToNillableFloat32(fn func(uint64) *float32) Float32 + func (o Uint64) MapToNillableFloat64(fn func(uint64) *float64) Float64 + func (o Uint64) MapToNillableInt(fn func(uint64) *int) Int + func (o Uint64) MapToNillableInt16(fn func(uint64) *int16) Int16 + func (o Uint64) MapToNillableInt32(fn func(uint64) *int32) Int32 + func (o Uint64) MapToNillableInt64(fn func(uint64) *int64) Int64 + func (o Uint64) MapToNillableInt8(fn func(uint64) *int8) Int8 + func (o Uint64) MapToNillableRune(fn func(uint64) *rune) Rune + func (o Uint64) MapToNillableString(fn func(uint64) *string) String + func (o Uint64) MapToNillableUint(fn func(uint64) *uint) Uint + func (o Uint64) MapToNillableUint16(fn func(uint64) *uint16) Uint16 + func (o Uint64) MapToNillableUint32(fn func(uint64) *uint32) Uint32 + func (o Uint64) MapToNillableUint8(fn func(uint64) *uint8) Uint8 + func (o Uint64) MapToNillableUntyped(fn func(uint64) *interface{}) Untyped + func (o Uint64) MapToRune(fn func(uint64) (rune, error)) (Rune, error) + func (o Uint64) MapToString(fn func(uint64) (string, error)) (String, error) + func (o Uint64) MapToUint(fn func(uint64) (uint, error)) (Uint, error) + func (o Uint64) MapToUint16(fn func(uint64) (uint16, error)) (Uint16, error) + func (o Uint64) MapToUint32(fn func(uint64) (uint32, error)) (Uint32, error) + func (o Uint64) MapToUint8(fn func(uint64) (uint8, error)) (Uint8, error) + func (o Uint64) MapToUntyped(fn func(uint64) (interface{}, error)) (Untyped, error) + func (o Uint64) Or(def uint64) uint64 + func (o Uint64) OrGet(fn func() uint64) uint64 + func (o Uint64) OrPanicWith(fn func() interface{}) uint64 + func (o Uint64) OrPanicWithVal(err interface{}) uint64 + type Uint8 struct + func NewEmptyUint8() Uint8 + func NewMaybeUint8(val *uint8) Uint8 + func NewUint8(val uint8) Uint8 + func (o Uint8) ForceMapToBool(fn func(uint8) bool) Bool + func (o Uint8) ForceMapToByte(fn func(uint8) byte) Byte + func (o Uint8) ForceMapToComplex128(fn func(uint8) complex128) Complex128 + func (o Uint8) ForceMapToComplex64(fn func(uint8) complex64) Complex64 + func (o Uint8) ForceMapToFloat32(fn func(uint8) float32) Float32 + func (o Uint8) ForceMapToFloat64(fn func(uint8) float64) Float64 + func (o Uint8) ForceMapToInt(fn func(uint8) int) Int + func (o Uint8) ForceMapToInt16(fn func(uint8) int16) Int16 + func (o Uint8) ForceMapToInt32(fn func(uint8) int32) Int32 + func (o Uint8) ForceMapToInt64(fn func(uint8) int64) Int64 + func (o Uint8) ForceMapToInt8(fn func(uint8) int8) Int8 + func (o Uint8) ForceMapToRune(fn func(uint8) rune) Rune + func (o Uint8) ForceMapToString(fn func(uint8) string) String + func (o Uint8) ForceMapToUint(fn func(uint8) uint) Uint + func (o Uint8) ForceMapToUint16(fn func(uint8) uint16) Uint16 + func (o Uint8) ForceMapToUint32(fn func(uint8) uint32) Uint32 + func (o Uint8) ForceMapToUint64(fn func(uint8) uint64) Uint64 + func (o Uint8) ForceMapToUntyped(fn func(uint8) interface{}) Untyped + func (o Uint8) Get() uint8 + func (o Uint8) IsNil() bool + func (o Uint8) IsPresent() bool + func (o Uint8) MapToBool(fn func(uint8) (bool, error)) (Bool, error) + func (o Uint8) MapToByte(fn func(uint8) (byte, error)) (Byte, error) + func (o Uint8) MapToComplex128(fn func(uint8) (complex128, error)) (Complex128, error) + func (o Uint8) MapToComplex64(fn func(uint8) (complex64, error)) (Complex64, error) + func (o Uint8) MapToFloat32(fn func(uint8) (float32, error)) (Float32, error) + func (o Uint8) MapToFloat64(fn func(uint8) (float64, error)) (Float64, error) + func (o Uint8) MapToInt(fn func(uint8) (int, error)) (Int, error) + func (o Uint8) MapToInt16(fn func(uint8) (int16, error)) (Int16, error) + func (o Uint8) MapToInt32(fn func(uint8) (int32, error)) (Int32, error) + func (o Uint8) MapToInt64(fn func(uint8) (int64, error)) (Int64, error) + func (o Uint8) MapToInt8(fn func(uint8) (int8, error)) (Int8, error) + func (o Uint8) MapToNillable(fn func(uint8) *uint8) Uint8 + func (o Uint8) MapToNillableBool(fn func(uint8) *bool) Bool + func (o Uint8) MapToNillableByte(fn func(uint8) *byte) Byte + func (o Uint8) MapToNillableComplex128(fn func(uint8) *complex128) Complex128 + func (o Uint8) MapToNillableComplex64(fn func(uint8) *complex64) Complex64 + func (o Uint8) MapToNillableFloat32(fn func(uint8) *float32) Float32 + func (o Uint8) MapToNillableFloat64(fn func(uint8) *float64) Float64 + func (o Uint8) MapToNillableInt(fn func(uint8) *int) Int + func (o Uint8) MapToNillableInt16(fn func(uint8) *int16) Int16 + func (o Uint8) MapToNillableInt32(fn func(uint8) *int32) Int32 + func (o Uint8) MapToNillableInt64(fn func(uint8) *int64) Int64 + func (o Uint8) MapToNillableInt8(fn func(uint8) *int8) Int8 + func (o Uint8) MapToNillableRune(fn func(uint8) *rune) Rune + func (o Uint8) MapToNillableString(fn func(uint8) *string) String + func (o Uint8) MapToNillableUint(fn func(uint8) *uint) Uint + func (o Uint8) MapToNillableUint16(fn func(uint8) *uint16) Uint16 + func (o Uint8) MapToNillableUint32(fn func(uint8) *uint32) Uint32 + func (o Uint8) MapToNillableUint64(fn func(uint8) *uint64) Uint64 + func (o Uint8) MapToNillableUntyped(fn func(uint8) *interface{}) Untyped + func (o Uint8) MapToRune(fn func(uint8) (rune, error)) (Rune, error) + func (o Uint8) MapToString(fn func(uint8) (string, error)) (String, error) + func (o Uint8) MapToUint(fn func(uint8) (uint, error)) (Uint, error) + func (o Uint8) MapToUint16(fn func(uint8) (uint16, error)) (Uint16, error) + func (o Uint8) MapToUint32(fn func(uint8) (uint32, error)) (Uint32, error) + func (o Uint8) MapToUint64(fn func(uint8) (uint64, error)) (Uint64, error) + func (o Uint8) MapToUntyped(fn func(uint8) (interface{}, error)) (Untyped, error) + func (o Uint8) Or(def uint8) uint8 + func (o Uint8) OrGet(fn func() uint8) uint8 + func (o Uint8) OrPanicWith(fn func() interface{}) uint8 + func (o Uint8) OrPanicWithVal(err interface{}) uint8 + type Untyped struct + func NewEmptyUntyped() Untyped + func NewMaybeUntyped(val *interface{}) Untyped + func NewUntyped(val interface{}) Untyped + func (o Untyped) ForceMapToBool(fn func(interface{}) bool) Bool + func (o Untyped) ForceMapToByte(fn func(interface{}) byte) Byte + func (o Untyped) ForceMapToComplex128(fn func(interface{}) complex128) Complex128 + func (o Untyped) ForceMapToComplex64(fn func(interface{}) complex64) Complex64 + func (o Untyped) ForceMapToFloat32(fn func(interface{}) float32) Float32 + func (o Untyped) ForceMapToFloat64(fn func(interface{}) float64) Float64 + func (o Untyped) ForceMapToInt(fn func(interface{}) int) Int + func (o Untyped) ForceMapToInt16(fn func(interface{}) int16) Int16 + func (o Untyped) ForceMapToInt32(fn func(interface{}) int32) Int32 + func (o Untyped) ForceMapToInt64(fn func(interface{}) int64) Int64 + func (o Untyped) ForceMapToInt8(fn func(interface{}) int8) Int8 + func (o Untyped) ForceMapToRune(fn func(interface{}) rune) Rune + func (o Untyped) ForceMapToString(fn func(interface{}) string) String + func (o Untyped) ForceMapToUint(fn func(interface{}) uint) Uint + func (o Untyped) ForceMapToUint16(fn func(interface{}) uint16) Uint16 + func (o Untyped) ForceMapToUint32(fn func(interface{}) uint32) Uint32 + func (o Untyped) ForceMapToUint64(fn func(interface{}) uint64) Uint64 + func (o Untyped) ForceMapToUint8(fn func(interface{}) uint8) Uint8 + func (o Untyped) Get() interface{} + func (o Untyped) IsNil() bool + func (o Untyped) IsPresent() bool + func (o Untyped) MapToBool(fn func(interface{}) (bool, error)) (Bool, error) + func (o Untyped) MapToByte(fn func(interface{}) (byte, error)) (Byte, error) + func (o Untyped) MapToComplex128(fn func(interface{}) (complex128, error)) (Complex128, error) + func (o Untyped) MapToComplex64(fn func(interface{}) (complex64, error)) (Complex64, error) + func (o Untyped) MapToFloat32(fn func(interface{}) (float32, error)) (Float32, error) + func (o Untyped) MapToFloat64(fn func(interface{}) (float64, error)) (Float64, error) + func (o Untyped) MapToInt(fn func(interface{}) (int, error)) (Int, error) + func (o Untyped) MapToInt16(fn func(interface{}) (int16, error)) (Int16, error) + func (o Untyped) MapToInt32(fn func(interface{}) (int32, error)) (Int32, error) + func (o Untyped) MapToInt64(fn func(interface{}) (int64, error)) (Int64, error) + func (o Untyped) MapToInt8(fn func(interface{}) (int8, error)) (Int8, error) + func (o Untyped) MapToNillable(fn func(interface{}) *interface{}) Untyped + func (o Untyped) MapToNillableBool(fn func(interface{}) *bool) Bool + func (o Untyped) MapToNillableByte(fn func(interface{}) *byte) Byte + func (o Untyped) MapToNillableComplex128(fn func(interface{}) *complex128) Complex128 + func (o Untyped) MapToNillableComplex64(fn func(interface{}) *complex64) Complex64 + func (o Untyped) MapToNillableFloat32(fn func(interface{}) *float32) Float32 + func (o Untyped) MapToNillableFloat64(fn func(interface{}) *float64) Float64 + func (o Untyped) MapToNillableInt(fn func(interface{}) *int) Int + func (o Untyped) MapToNillableInt16(fn func(interface{}) *int16) Int16 + func (o Untyped) MapToNillableInt32(fn func(interface{}) *int32) Int32 + func (o Untyped) MapToNillableInt64(fn func(interface{}) *int64) Int64 + func (o Untyped) MapToNillableInt8(fn func(interface{}) *int8) Int8 + func (o Untyped) MapToNillableRune(fn func(interface{}) *rune) Rune + func (o Untyped) MapToNillableString(fn func(interface{}) *string) String + func (o Untyped) MapToNillableUint(fn func(interface{}) *uint) Uint + func (o Untyped) MapToNillableUint16(fn func(interface{}) *uint16) Uint16 + func (o Untyped) MapToNillableUint32(fn func(interface{}) *uint32) Uint32 + func (o Untyped) MapToNillableUint64(fn func(interface{}) *uint64) Uint64 + func (o Untyped) MapToNillableUint8(fn func(interface{}) *uint8) Uint8 + func (o Untyped) MapToRune(fn func(interface{}) (rune, error)) (Rune, error) + func (o Untyped) MapToString(fn func(interface{}) (string, error)) (String, error) + func (o Untyped) MapToUint(fn func(interface{}) (uint, error)) (Uint, error) + func (o Untyped) MapToUint16(fn func(interface{}) (uint16, error)) (Uint16, error) + func (o Untyped) MapToUint32(fn func(interface{}) (uint32, error)) (Uint32, error) + func (o Untyped) MapToUint64(fn func(interface{}) (uint64, error)) (Uint64, error) + func (o Untyped) MapToUint8(fn func(interface{}) (uint8, error)) (Uint8, error) + func (o Untyped) Or(def interface{}) interface{} + func (o Untyped) OrGet(fn func() interface{}) interface{} + func (o Untyped) OrPanicWith(fn func() interface{}) interface{} + func (o Untyped) OrPanicWithVal(err interface{}) interface{}