pekko/akka-docs/java/code/akka/docs/future
Roland 0cb2184904 make it compile in SBT & Eclipse with 2.9.2-SNAPSHOT
- there is one remaining bug, which makes it impossible to implement
  Function1[T, Boolean] from Java (I wonder if this will ever work,
  given that there is no equivalent type expressible in Java)
- hence create Function1 in Scala code, Java only prepares a Filter SAM
  which does not inherit from anything
- ugly (one more alloc) but the only way I see right now.
2012-02-25 19:34:59 +01:00
..
FutureDocTest.scala Updating Copyright as per #1660 2012-01-19 18:21:06 +01:00
FutureDocTestBase.java make it compile in SBT & Eclipse with 2.9.2-SNAPSHOT 2012-02-25 19:34:59 +01:00