package either

import "github.com/IBM/fp-go/optics/traversal/either"

Index

Functions

func Compose

func Compose[
	E, S, A, B any](ab Traversal[E, A, B]) func(Traversal[E, S, A]) Traversal[E, S, B]

Types

type Traversal

type Traversal[E, S, A any] T.Traversal[S, A, ET.Either[E, S], ET.Either[E, A]]

Source Files

traversal.go

Version
v1.0.151 (latest)
Published
Nov 23, 2024
Platform
linux/amd64
Imports
2 packages
Last checked
5 months ago

Tools for package owners.