标签: java rx-java
我需要使用其位置从observable访问特定项目。遵循这段代码是正确的方法吗?
observable.elementAt(position).toBlocking().first()