Class CompatImpl


  • public class CompatImpl
    extends java.lang.Object
    INTERNAL API

    Based 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompatImpl

        public CompatImpl()
    • Method Detail

      • simpleCBF

        public static <A,​C> scala.collection.generic.CanBuildFrom<java.lang.Object,​A,​C> simpleCBF​(scala.Function0<scala.collection.mutable.Builder<A,​C>> f)