package
Version:
v2.0.4
Opens a new window with list of versions in this module.
Published: Dec 22, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Builder[T any] interface {
Build() Result[T]
}
func BuilderPrism[T any, B Builder[T]](creator func(T) B) Prism[B, T]
BuilderPrism createa a Prism that converts between a builder and its type
Source Files
¶
Click to show internal directories.
Click to hide internal directories.