gpx

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

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) Null

func (n *NullableGeneric) Null() bool

Null checks if value is 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

func (*NullableGeneric) Value

func (n *NullableGeneric) Value() generic.T

Value returns the value

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL