effect-io-ai

Package: effect
Module: Pipeable

Pipeable.Class

Provides a base constructor whose instances implement the standard Pipeable.pipe method.

When to use

Use when you need to define a class that supports Effect-style method chaining through .pipe(...).

Signature

declare const Class: new () => Pipeable

Source

Since v3.15.0