How to use BehaviorRelay as an alternate to Variable in RxSwift?
Have you considered simply creating a new array from the existing value on the relay, appending, then calling accept? myFilter.accept(myFilter.value + [newModel])
Have you considered simply creating a new array from the existing value on the relay, appending, then calling accept? myFilter.accept(myFilter.value + [newModel])