public interface NaturalTransformation
Modifier and Type | Method and Description |
---|---|
NaturalTransformation |
composeHorz(NaturalTransformation n)
Returns the horizontal composition of this transformation with another.
|
NaturalTransformation |
composeVert(NaturalTransformation n)
Returns the vertical composition of this transformation with another.
|
Functor |
map(Functor f)
Maps one functor to another.
|
NaturalTransformation composeVert(NaturalTransformation n)
NaturalTransformation composeHorz(NaturalTransformation n)