com.twitter.bijection.twitter_util
Bijection on Twitter Future if the bijection throws, the result will be a Throw.
Bijection from FuturePool to ExecutionContext
Bijection on Scala Future if the bijection throws, the result will be a Throw.
Bijection on Try.
Bijection on Try. If the bijection throws, the result will be a throw
Bijection on scala Try.
Bijection on scala Try. If the bijection throws, the result will be a throw
Bijection between java completable futures and twitter futures.
Bijection between java futures and twitter futures.
Bijection between java futures and twitter futures. An implicit JavaFutureConverter is needed, two strategies are available out of the box:
checkFrequency
if the java future is
completed, one thread will be used for every conversion. To favor if there are a lot of
futures to convert and one cares less about the latency induced by
checkFrequency
.
Injection from twitter futures to java futures.
Injection from twitter futures to java futures. Will throw when inverting back from java future to twitter future if the java future is not done.
Bijection between twitter and scala style Futures
Bijection between twitter and scala style Trys
Bijection for mapping twitter-util's Future and Try onto other types.