예제 #1
0
파일: test_max.py 프로젝트: lizh06/RxPY
 def create():
     return xs.pipe(ops.max(reverse_comparer))
예제 #2
0
파일: test_max.py 프로젝트: lizh06/RxPY
 def create():
     return xs.pipe(ops.max())