struct Barista::Sequences

Defined in:

barista/orchestration_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sequences : Array(Tuple(String, String)) = [] of Tuple(String, String)) #

[View source]

Instance Method Detail

def <<(task : Barista::Task) #

[View source]
def each(*args, **options) #

[View source]
def each(*args, **options, &) #

[View source]
def empty?(*args, **options) #

[View source]
def empty?(*args, **options, &) #

[View source]
def includes_task?(task : Barista::Task) #

[View source]
def map(*args, **options) #

[View source]
def map(*args, **options, &) #

[View source]
def remove(task : Barista::Task) #

[View source]
def sequences : Array({String, String}) #

[View source]
def size(*args, **options) #

[View source]
def size(*args, **options, &) #

[View source]