Toggle navigation
Home
scala.Tuple2 to scala.concurrent.Future
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Similar)
Tuple2<Promise<ActorGateway>,Promise<Integer>>
to
Future<Tuple2<ActorGateway,Integer>>
Tuple2<Promise<ActorGateway>,Promise<Integer>>
to
Future<Tuple2<ActorGateway,Integer>>
Tuple2<Promise<ActorGateway>,Promise<Integer>>
to
Future<Tuple2<ActorGateway,Integer>>
Rename Variable
leaderPromise
to
leaderGatewayPortFuture
promise
to
gatewayPortFuture
promise
to
gatewayPortFuture
Introduce Literal
leaderPromise
to
null