← effectPipeable6Constructors2Models2Combinators1Prototypes1ConstructorsClassconstProvides a base constructor whose instances implement the standard Pipeable.pipe method.MixinconstReturns a subclass of the provided class that adds the standard pipe method.ModelsPipeableinterfaceInterface for values that support method-style pipe composition.PipeableConstructorinterfaceConstructor type for classes whose instances implement Pipeable.CombinatorspipeArgumentsconstApplies a pipe method's variadic arguments to an initial value from left to right.PrototypesPrototypeconstReusable prototype that implements Pipeable.pipe.