Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel interface {
Each(func(goutil.Data))
Map(func(goutil.Data) goutil.Data) Channel
String() string
Any(func(goutil.Data) bool) bool
All(func(goutil.Data) bool) bool
}
func NewChannel ¶
func NewChannel() Channel
func NewChannelFromSlice ¶
func NewChannelFromSlice() Channel
type DataChannel ¶
func (DataChannel) Each ¶
func (c DataChannel) Each(f func(goutil.Data))
func (DataChannel) String ¶
func (c DataChannel) String() string
type NumberChannel ¶
func NewNumberChannel ¶
func NewNumberChannel() NumberChannel
func NewNumberChannelFromSlice ¶
func NewNumberChannelFromSlice() NumberChannel
type StringChannel ¶
type StringChannel chan string
func NewStringChannel ¶
func NewStringChannel() StringChannel
func NewStringChannelFromFile ¶
func NewStringChannelFromFile(filename string) StringChannel
func NewStringChannelFromSlice ¶
func NewStringChannelFromSlice() StringChannel
Click to show internal directories.
Click to hide internal directories.