Jose Antonio Jimenez
05/14/2019, 3:22 PMfun <A> <http://arrow.effects.IO|arrow.effects.IO><A>.toSource(): akka.stream.javadsl.Source<A, akka.NotUsed> {
return akka.stream.javadsl.Source.fromPublisher<A> {
this.unsafeRunAsync { eit -> eit.fold({ e -> it.onError(e) }, {v -> it.onNext(v)}) }
}
}