Package akka.util.ccompat
Class CompatImpl
- java.lang.Object
-
- akka.util.ccompat.CompatImpl
-
public class CompatImpl extends java.lang.Object
INTERNAL APIBased on https://github.com/scala/scala-collection-compat/blob/master/compat/src/main/scala-2.11_2.12/scala/collection/compat/CompatImpl.scala but reproduced here so we don't need to add a dependency on this library. It contains much more than we need right now, and is not promising binary compatibility yet at the time of writing.
-
-
Constructor Summary
Constructors Constructor Description CompatImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <A,C>
scala.collection.generic.CanBuildFrom<java.lang.Object,A,C>simpleCBF(scala.Function0<scala.collection.mutable.Builder<A,C>> f)
-