pcarrier
11/17/2017, 8:54 AM<out Any> I get another issue when I try to flatMap:
Error:(35, 5) Kotlin: Type inference failed: Cannot infer type parameter O in fun <O : Any!> flatMap(p0: ((TypedData!) -> Promise<O!>!)!): Promise<O!>!
None of the following substitutions
(((TypedData!) -> Promise<Any?>!)!)
(((TypedData!) -> Promise<Nothing!>!)!)
can be applied to
((TypedData!) -> Promise<out Any?>)