allowAll

public static EventFilter allowAll()

Obtains an EventFilter which always returns the input event without any change.

The method acts as if


    static EventFilter allowAll() {
        return Optional::of;
    }
    

Return

a filter which allows any event to be published