Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnyProvider ¶
type CustomFunc ¶
type CustomFunc[T, O any] func(target T)
func (CustomFunc[T, O]) Apply ¶
func (f CustomFunc[T, O]) Apply(target T) (o O)
type CustomOption ¶
type ProviderFunc ¶
type ProviderFunc[T, O any] func() O
func (ProviderFunc[T, O]) Apply ¶
func (p ProviderFunc[T, O]) Apply(target any) O
type ProviderOption ¶
Click to show internal directories.
Click to hide internal directories.