logical

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2020 License: Apache-2.0, MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logical

type Logical interface {
	AppendObject(v object.Object) error
	AppendCollection(v collection.Collection)
}

type LogicalList

type LogicalList struct {
	// contains filtered or unexported fields
}

LogicalList is a logical collection type. Because LogicalList is a logical type, it can hold both Objects and Collections.

func NewLogicalList

func NewLogicalList(builder *array.ListBuilder) *LogicalList

NewLogicalList creates a new logical List builder.

func (*LogicalList) AppendCollection

func (c *LogicalList) AppendCollection(v collection.Collection) error

AppendCollection can append a Collection.

func (*LogicalList) AppendObject

func (c *LogicalList) AppendObject(v object.Object) error

AppendObject can append an Object.

Jump to

Keyboard shortcuts

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