appendFilter

public final B appendFilter(BusFilter<E> filter)

Adds the given filter to the builder.

The order of appending the filters to the builder is the order of the filters in the resulting bus.

Parameters

filter

the filter to add