class Movie::Streams::Typed::DropFlow(T)

Overview

Drop flow discards the first N elements before forwarding.

Defined in:

movie/streams_typed.cr

Constructors

Instance Method Summary

Instance methods inherited from class Movie::AbstractBehavior(Movie::Streams::Typed::MessageBase(T))

on_signal(signal : SystemMessage) on_signal, receive(message : T(T), context : ActorContext(T(T))) receive

Constructor Detail

def self.new(n : UInt64) #

[View source]

Instance Method Detail

def receive(message : MessageBase(T), context : ActorContext(MessageBase(T))) #

[View source]