Sarah Gerweck
d3296748f2
Add a new FutureObservable.ofTryOption
...
This is the lowest-level observer you could make on a `Future`, but it's
pretty useful. All the others _could_ be derived from this one, but it's
better to use as few JavaFX callbacks as possible since they have to be
executed in the main UI thread.
2016-07-29 20:58:55 -07:00
Sarah Gerweck
ef1216a821
Rename apply
to withDefault
2016-07-29 20:58:55 -07:00
Sarah Gerweck
8df96ed076
Minor improvements to FutureObservable
2016-07-29 20:58:55 -07:00
Sarah Gerweck
ccc644f9d4
New method to observe an Option[A]
from a future
...
This makes it much easier to mix in an observable from a future. I'd
also like to do a `Try[Option[A]]` method.
2016-06-04 00:30:04 -07:00
Sarah Gerweck
cea337a5fd
Reduce logging verbosity
2016-05-31 02:24:11 -07:00
Sarah Gerweck
941d0c7cb7
Update FutureObservable
to perform much better
2016-05-04 22:26:28 -07:00
Sarah Gerweck
fb2dac9b3f
Code to make an Observable
from a Future
2016-04-18 20:18:45 -07:00