Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullableGeneric ¶
type NullableGeneric struct {
// contains filtered or unexported fields
}
NullableGeneric implements a nullable generic
func NewNullableGeneric ¶
func NewNullableGeneric(data generic.T) *NullableGeneric
NewNullableGeneric creates a new NullableGeneric
func (*NullableGeneric) NotNull ¶
func (n *NullableGeneric) NotNull() bool
NotNull checks if value is not null
func (*NullableGeneric) SetNull ¶
func (n *NullableGeneric) SetNull()
SetNull sets the value to null
func (*NullableGeneric) SetValue ¶
func (n *NullableGeneric) SetValue(data generic.T)
SetValue sets the value
Click to show internal directories.
Click to hide internal directories.