You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create immutable store of Pipe[_,_] which would endcode configuration in type-level, in order to allow something like:
TypeClass// this starts immutable builder
.configureDerivation[From, To]
.addField(_., pipe)
// this takes data from builder and use them in derivation
.derive