Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HandlerFunc ¶
func ForEach ¶
func ForEach[T any](handle HandlerFunc[T]) HandlerFunc[[]T]
ForEach returns new handler over []T with applied handle function to every element.
type Pipeline ¶
type Pipeline[T any] []HandlerFunc[T]
Click to show internal directories.
Click to hide internal directories.