BoundHandler

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

class ToBuilder[A, Out](builder: ReusableBuilder[A, Out]) extends BoundHandler[A]

A BoundHandler that adds all inputs to the given builder, always returning the Continue signal. Use the take() method to obtain the builder's result and clear the builder.

A BoundHandler that adds all inputs to the given builder, always returning the Continue signal. Use the take() method to obtain the builder's result and clear the builder.

Type parameters:
A

The input event type

Out

The builder's result type

Value parameters:
builder

A ReusableBuilder used as a buffer for inputs received by this handler

Value members

Concrete fields

A BoundHandler that ignores all inputs and always returns the Continue signal

A BoundHandler that ignores all inputs and always returns the Continue signal