pekko/akka-docs/rst/additional
Patrik Nordwall 4bd6b7aab1 improve AbstractActor, #21717
* Receive class that wraps PartialFunction, to avoid
  scary scala types
* move AbstractActorContext to AbstractActor.ActorContext
* converting docs, many, many UntypedActor
* removing UntypedActor docs
* add unit test for ReceiveBuilder
* MiMa filters
* consistent use of getContext(), self(), sender()
* rename cross references
* migration guide
* skip samples for now
* improve match type safetyi, add matchUnchecked
  * the `? extends P` caused code like this to compile:
    `match(String.class, (Integer i) -> {})`
  * added matchUnchecked, since it can still be useful (um, convenient)
    to be able to do:
    `matchUnchecked(List.class, (List<String> list) -> {})`
* eleminate some scala.Option
  * preRestart
  * findChild
  * ActorIdentity.getActorRef
2017-01-23 18:30:52 +01:00
..
code/docs/faq improve AbstractActor, #21717 2017-01-23 18:30:52 +01:00
books.rst Fix release date of Akka in Action 2016-12-21 21:23:54 +01:00
faq.rst doc #20672 pulling pattern link broken (#20686) 2016-06-01 22:28:09 +02:00
index.rst -doc Remove stale other language bindings doc page #21426 (#21432) 2016-09-12 11:59:38 +02:00
osgi.rst improve AbstractActor, #21717 2017-01-23 18:30:52 +01:00