package
1.1.0-alpha
Repository: https://github.com/go-spring/spring-stl.git
Documentation: pkg.go.dev

# Functions

ToBool casts an interface{} to a bool.
ToBoolE casts an interface{} to a bool.
ToDuration casts an interface{} to a time.Duration.
ToDurationE casts an interface{} to a time.Duration.
ToFloat64 casts an interface{} to a float64.
ToFloat64E casts an interface{} to a float64.
ToInt casts an interface{} to an int.
ToInt64 casts an interface{} to an int64.
ToInt64E casts an interface{} to an int64.
ToString casts an interface{} to a string.
ToStringE casts an interface{} to a string.
ToTime casts an interface{} to a time.Time.
ToTimeE casts an interface{} to a time.Time.
ToUint64 casts an interface{} to a uint64.
ToUint64E casts an interface{} to a uint64.