Rxswift: How to subscribe only one next ?

Created on 2 Aug 2016  路  1Comment  路  Source: ReactiveX/RxSwift

Hello,

if I am only interested in only one element. How can I subscribe to it property ?

Jianbin

Most helpful comment

use the take(1) operator.

>All comments

use the take(1) operator.

Was this page helpful?
0 / 5 - 0 ratings