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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static CompatImpl$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      CompatImpl$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <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
    • Field Detail

      • MODULE$

        public static final CompatImpl$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • CompatImpl$

        public CompatImpl$()
    • Method Detail

      • simpleCBF

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