class Topia::Pipe(T)

Overview

Type-safe pipeline implementation

Defined in:

topia/pipe.cr

Constructors

Instance Method Summary

Instance methods inherited from class Topia::BasePipeline

transform(plugin : Plugin) : BasePipeline transform, type_name : String type_name, value value

Constructor Detail

def self.new(value : T) #

[View source]

Instance Method Detail

def pipe(plugin : Plugin) : BasePipeline #

[View source]
def transform(plugin : Plugin) : BasePipeline #

[View source]
def type #

[View source]
def type_name : String #

[View source]
def value : T #

[View source]