Beispiel #1
0
 def create():
     return e1.pipe(
         ops.with_latest_from(e2),
         ops.map(sum),
     )
Beispiel #2
0
 def create():
     return e1.pipe(
         ops.with_latest_from(e2),
         ops.map(lambda xy: _raise(ex)),
     )