fstn
10/25/2017, 12:24 PMnode.outgoingLinks
.toObservable()
.filter { it.checkCondition(messageBody) }
.map { it.eventName }
and it.checkCondition return an observable
I don’t know how to do this