- Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Delay the subscription of each subscription in a DualOperator until the observable needs to be subscribed to. For instance:
Observable<Integer> nums; DyadObservable.sparseProduct(nums, this::factorsOfInteger) .filter1((Integeri) ->{returni % 2 != 0}) .bimap((Integerroot, Integerfactor) ->{returnroot + " : " + factor}) .subscribe();The method Observable<Integer> factorsOfInteger(Integer) should never be called for any even integer.
Metadata
Metadata
Assignees
Labels
No labels