class PureOp

Stateless Operator base for pure functions.

All arguments can be evt- and val-capable. If one of the arguments is an !-stream, it will be the only Input.hot. If there are no !-streams, all inputs are hot. Passing more than one !-stream is an argument error.

To use PureOp, extend the class and set/implement only pattern, type and Op:tick.

index

members

details

members