Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@xuwei-k
Created July 19, 2019 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xuwei-k/7ec6e97c5af549469ce1f4d59ab80e8a to your computer and use it in GitHub Desktop.
Save xuwei-k/7ec6e97c5af549469ce1f4d59ab80e8a to your computer and use it in GitHub Desktop.
method this(java.lang.String)Unit in class scala.throws has a different signature in current version, where it is [N/A] rather than (Ljava/lang/String;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.throws.this")
method this()Unit in class scala.Predef#<:< has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.Predef#<:<.this")
method this()Unit in class scala.Predef#=:= has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.Predef#=:=.this")
method this(Int)Unit in class scala.Array has a different signature in current version, where it is [N/A] rather than (I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.Array.this")
method this()Unit in class scala.UniquenessCache has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.UniquenessCache.this")
method this()Unit in class scala.Option has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.Option.this")
method this()Unit in class scala.Responder has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.Responder.this")
method this(scala.Option,scala.Function1)Unit in class scala.Option#WithFilter has a different signature in current version, where it is (Lscala/Function1<TA;Ljava/lang/Object;>;)V rather than (Lscala/Option<TA;>;Lscala/Function1<TA;Ljava/lang/Object;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.Option#WithFilter.this")
method this(scala.sys.process.ProcessBuilder#,java.lang.String,scala.Function0)Unit in class scala.sys.process.ProcessBuilderImpl#Dummy has a different signature in current version, where it is (Ljava/lang/String;Lscala/Function0<Ljava/lang/Object;>;)V rather than (Lscala/sys/process/ProcessBuilder$;Ljava/lang/String;Lscala/Function0<Ljava/lang/Object;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.sys.process.ProcessBuilderImpl#Dummy.this")
method this(scala.sys.process.ProcessBuilder#,scala.Function0,java.lang.String)Unit in class scala.sys.process.ProcessBuilderImpl#OStreamBuilder has a different signature in current version, where it is (Lscala/Function0<Ljava/io/OutputStream;>;Ljava/lang/String;)V rather than (Lscala/sys/process/ProcessBuilder$;Lscala/Function0<Ljava/io/OutputStream;>;Ljava/lang/String;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.sys.process.ProcessBuilderImpl#OStreamBuilder.this")
method this(scala.sys.process.Process#,scala.Function0)Unit in class scala.sys.process.ProcessImpl#PipeSource has a different signature in current version, where it is (Lscala/Function0<Ljava/lang/String;>;)V rather than (Lscala/sys/process/Process$;Lscala/Function0<Ljava/lang/String;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.sys.process.ProcessImpl#PipeSource.this")
method this(scala.sys.process.Process#,scala.Function0)Unit in class scala.sys.process.ProcessImpl#PipeSink has a different signature in current version, where it is (Lscala/Function0<Ljava/lang/String;>;)V rather than (Lscala/sys/process/Process$;Lscala/Function0<Ljava/lang/String;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.sys.process.ProcessImpl#PipeSink.this")
method this(scala.sys.process.Process#,Boolean,scala.Function0)Unit in class scala.sys.process.ProcessImpl#PipeThread has a different signature in current version, where it is (ZLscala/Function0<Ljava/lang/String;>;)V rather than (Lscala/sys/process/Process$;ZLscala/Function0<Ljava/lang/String;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.sys.process.ProcessImpl#PipeThread.this")
method this(scala.sys.process.ProcessBuilder#,scala.Function0,java.lang.String)Unit in class scala.sys.process.ProcessBuilderImpl#IStreamBuilder has a different signature in current version, where it is (Lscala/Function0<Ljava/io/InputStream;>;Ljava/lang/String;)V rather than (Lscala/sys/process/ProcessBuilder$;Lscala/Function0<Ljava/io/InputStream;>;Ljava/lang/String;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.sys.process.ProcessBuilderImpl#IStreamBuilder.this")
method this(scala.sys.process.Process#,scala.Function0)Unit in class scala.sys.process.ProcessImpl#DummyProcess has a different signature in current version, where it is (Lscala/Function0<Ljava/lang/Object;>;)V rather than (Lscala/sys/process/Process$;Lscala/Function0<Ljava/lang/Object;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.sys.process.ProcessImpl#DummyProcess.this")
method this(scala.sys.process.Process#,java.lang.Thread,scala.concurrent.SyncVar)Unit in class scala.sys.process.ProcessImpl#ThreadProcess has a different signature in current version, where it is (Ljava/lang/Thread;Lscala/concurrent/SyncVar<Ljava/lang/Object;>;)V rather than (Lscala/sys/process/Process$;Ljava/lang/Thread;Lscala/concurrent/SyncVar<Ljava/lang/Object;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.sys.process.ProcessImpl#ThreadProcess.this")
method this(scala.sys.process.ProcessBuilder#,java.lang.String,scala.Function1)Unit in class scala.sys.process.ProcessBuilderImpl#ThreadBuilder has a different signature in current version, where it is (Ljava/lang/String;Lscala/Function1<Lscala/sys/process/ProcessIO;Lscala/runtime/BoxedUnit;>;)V rather than (Lscala/sys/process/ProcessBuilder$;Ljava/lang/String;Lscala/Function1<Lscala/sys/process/ProcessIO;Lscala/runtime/BoxedUnit;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.sys.process.ProcessBuilderImpl#ThreadBuilder.this")
method this(scala.sys.process.Process#,scala.sys.process.ProcessBuilder,scala.sys.process.ProcessBuilder,scala.sys.process.ProcessIO,scala.Function1)Unit in class scala.sys.process.ProcessImpl#SequentialProcess has a different signature in current version, where it is (Lscala/sys/process/ProcessBuilder;Lscala/sys/process/ProcessBuilder;Lscala/sys/process/ProcessIO;Lscala/Function1<Ljava/lang/Object;Ljava/lang/Object;>;)V rather than (Lscala/sys/process/Process$;Lscala/sys/process/ProcessBuilder;Lscala/sys/process/ProcessBuilder;Lscala/sys/process/ProcessIO;Lscala/Function1<Ljava/lang/Object;Ljava/lang/Object;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.sys.process.ProcessImpl#SequentialProcess.this")
method this(scala.sys.process.Process#,java.lang.Process,java.lang.Thread,scala.collection.immutable.List)Unit in class scala.sys.process.ProcessImpl#SimpleProcess has a different signature in current version, where it is (Ljava/lang/Process;Ljava/lang/Thread;Lscala/collection/immutable/List<Ljava/lang/Thread;>;)V rather than (Lscala/sys/process/Process$;Ljava/lang/Process;Ljava/lang/Thread;Lscala/collection/immutable/List<Ljava/lang/Thread;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.sys.process.ProcessImpl#SimpleProcess.this")
method this()Unit in class scala.ref.ReferenceQueue has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.ref.ReferenceQueue.this")
method this()Unit in class scala.runtime.AbstractFunction1 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction1.this")
method this()Unit in class scala.runtime.AbstractFunction15 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction15.this")
method this()Unit in class scala.runtime.LazyRef has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.LazyRef.this")
method this()Unit in class scala.runtime.AbstractFunction7 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction7.this")
method this()Unit in class scala.runtime.AbstractFunction19 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction19.this")
method this()Unit in class scala.runtime.AbstractFunction4 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction4.this")
method this()Unit in class scala.runtime.AbstractFunction0 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction0.this")
method this()Unit in class scala.runtime.AbstractFunction12 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction12.this")
method this()Unit in class scala.runtime.AbstractFunction11 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction11.this")
method this()Unit in class scala.runtime.AbstractFunction16 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction16.this")
method this()Unit in class scala.runtime.AbstractFunction22 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction22.this")
method this()Unit in class scala.runtime.AbstractFunction3 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction3.this")
method this()Unit in class scala.runtime.AbstractFunction9 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction9.this")
method this()Unit in class scala.runtime.AbstractFunction6 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction6.this")
method this()Unit in class scala.runtime.AbstractFunction10 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction10.this")
method this()Unit in class scala.runtime.AbstractFunction17 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction17.this")
method this()Unit in class scala.runtime.AbstractFunction13 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction13.this")
method this()Unit in class scala.runtime.AbstractFunction21 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction21.this")
method this()Unit in class scala.runtime.AbstractFunction5 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction5.this")
method this()Unit in class scala.runtime.AbstractFunction2 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction2.this")
method this()Unit in class scala.runtime.AbstractFunction14 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction14.this")
method this()Unit in class scala.runtime.AbstractFunction8 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction8.this")
method this()Unit in class scala.runtime.AbstractFunction18 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction18.this")
method this()Unit in class scala.runtime.AbstractPartialFunction has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractPartialFunction.this")
method this()Unit in class scala.runtime.AbstractFunction20 has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.runtime.AbstractFunction20.this")
method this(java.lang.String)Unit in class scala.reflect.AnyValManifest has a different signature in current version, where it is [N/A] rather than (Ljava/lang/String;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.reflect.AnyValManifest.this")
method this(java.lang.Object)Unit in class scala.reflect.ManifestFactory#SingletonTypeManifest has a different signature in current version, where it is [N/A] rather than (Ljava/lang/Object;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.reflect.ManifestFactory#SingletonTypeManifest.this")
method this(scala.math.Fractional,java.lang.Object)Unit in class scala.math.Fractional#FractionalOps has a different signature in current version, where it is (TT;)V rather than (Lscala/math/Fractional<TT;>;TT;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.math.Fractional#FractionalOps.this")
method this(scala.math.Integral,java.lang.Object)Unit in class scala.math.Integral#IntegralOps has a different signature in current version, where it is (TT;)V rather than (Lscala/math/Integral<TT;>;TT;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.math.Integral#IntegralOps.this")
method this(scala.math.Numeric,java.lang.Object)Unit in class scala.math.Numeric#Ops has a different signature in current version, where it is (TT;)V rather than (Lscala/math/Numeric<TT;>;TT;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.math.Numeric#Ops.this")
method this(scala.math.Ordering,java.lang.Object)Unit in class scala.math.Ordering#Ops has a different signature in current version, where it is (TT;)V rather than (Lscala/math/Ordering<TT;>;TT;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.math.Ordering#Ops.this")
method this()Unit in class scala.concurrent.SyncVar has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.concurrent.SyncVar.this")
method this()Unit in class scala.concurrent.SyncChannel has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.concurrent.SyncChannel.this")
method result(scala.concurrent.duration.Duration,scala.concurrent.CanAwait)java.lang.Object in interface scala.concurrent.Awaitable has a different signature in current version, where it is (Lscala/concurrent/duration/Duration;Lscala/concurrent/CanAwait;)TT;^Ljava/util/concurrent/TimeoutException;^Ljava/lang/InterruptedException; rather than (Lscala/concurrent/duration/Duration;Lscala/concurrent/CanAwait;)TT;^Ljava/lang/Exception;
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.concurrent.Awaitable.result")
method this(scala.concurrent.Channel)Unit in class scala.concurrent.Channel#LinkedList has a different signature in current version, where it is [N/A] rather than (Lscala/concurrent/Channel<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.concurrent.Channel#LinkedList.this")
method this()Unit in class scala.concurrent.Channel has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.concurrent.Channel.this")
method this(scala.concurrent.BatchingExecutor,scala.collection.immutable.List)Unit in class scala.concurrent.BatchingExecutor#Batch has a different signature in current version, where it is (Lscala/collection/immutable/List<Ljava/lang/Runnable;>;)V rather than (Lscala/concurrent/BatchingExecutor;Lscala/collection/immutable/List<Ljava/lang/Runnable;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.concurrent.BatchingExecutor#Batch.this")
method result(scala.concurrent.Awaitable,scala.concurrent.duration.Duration)java.lang.Object in class scala.concurrent.Await has a different signature in current version, where it is <T:Ljava/lang/Object;>(Lscala/concurrent/Awaitable<TT;>;Lscala/concurrent/duration/Duration;)TT;^Ljava/util/concurrent/TimeoutException;^Ljava/lang/InterruptedException; rather than <T:Ljava/lang/Object;>(Lscala/concurrent/Awaitable<TT;>;Lscala/concurrent/duration/Duration;)TT;^Ljava/lang/Exception;
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.concurrent.Await.result")
method result(scala.concurrent.Awaitable,scala.concurrent.duration.Duration)java.lang.Object in object scala.concurrent.Await has a different signature in current version, where it is <T:Ljava/lang/Object;>(Lscala/concurrent/Awaitable<TT;>;Lscala/concurrent/duration/Duration;)TT;^Ljava/util/concurrent/TimeoutException;^Ljava/lang/InterruptedException; rather than <T:Ljava/lang/Object;>(Lscala/concurrent/Awaitable<TT;>;Lscala/concurrent/duration/Duration;)TT;^Ljava/lang/Exception;
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.concurrent.Await.result")
method this()Unit in class scala.concurrent.impl.Promise#CompletionLatch has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.concurrent.impl.Promise#CompletionLatch.this")
method this()Unit in class scala.concurrent.impl.Promise#DefaultPromise has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.concurrent.impl.Promise#DefaultPromise.this")
method this(scala.collection.MapLike,scala.Function1)Unit in class scala.collection.MapLike#MappedValues has a different signature in current version, where it is (Lscala/Function1<TV;TW;>;)V rather than (Lscala/collection/MapLike<TK;TV;TThis;>;Lscala/Function1<TV;TW;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.MapLike#MappedValues.this")
method this()Unit in class scala.collection.TraversableView#NoBuilder has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.TraversableView#NoBuilder.this")
method this(scala.collection.IndexedSeqLike,Int,Int)Unit in class scala.collection.IndexedSeqLike#Elements has a different signature in current version, where it is [N/A] rather than (Lscala/collection/IndexedSeqLike<TA;TRepr;>;II)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.IndexedSeqLike#Elements.this")
method this(scala.collection.SeqViewLike)Unit in class scala.collection.SeqViewLike#AbstractTransformed has a different signature in current version, where it is [N/A] rather than (Lscala/collection/SeqViewLike<TA;TColl;TThis;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.SeqViewLike#AbstractTransformed.this")
method this()Unit in class scala.collection.TraversableOnce#BufferedCanBuildFrom has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.TraversableOnce#BufferedCanBuildFrom.this")
method this(scala.collection.SetLike,scala.collection.IndexedSeq,Int)Unit in class scala.collection.SetLike#SubsetsItr has a different signature in current version, where it is (Lscala/collection/IndexedSeq<TA;>;I)V rather than (Lscala/collection/SetLike<TA;TThis;>;Lscala/collection/IndexedSeq<TA;>;I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.SetLike#SubsetsItr.this")
method this()Unit in class scala.collection.AbstractMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.AbstractMap.this")
method this(scala.collection.SeqLike)Unit in class scala.collection.SeqLike#PermutationsItr has a different signature in current version, where it is [N/A] rather than (Lscala/collection/SeqLike<TA;TRepr;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.SeqLike#PermutationsItr.this")
method this()Unit in class scala.collection.AbstractIterator has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.AbstractIterator.this")
method this()Unit in class scala.collection.AbstractTraversable has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.AbstractTraversable.this")
method this(scala.collection.SeqLike,Int)Unit in class scala.collection.SeqLike#CombinationsItr has a different signature in current version, where it is [N/A] rather than (Lscala/collection/SeqLike<TA;TRepr;>;I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.SeqLike#CombinationsItr.this")
method this()Unit in class scala.collection.TraversableOnce#OnceCanBuildFrom has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.TraversableOnce#OnceCanBuildFrom.this")
method this(scala.collection.MapLike)Unit in class scala.collection.MapLike#DefaultValuesIterable has a different signature in current version, where it is [N/A] rather than (Lscala/collection/MapLike<TK;TV;TThis;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.MapLike#DefaultValuesIterable.this")
method this(scala.collection.MapLike,scala.Function1)Unit in class scala.collection.MapLike#FilteredKeys has a different signature in current version, where it is (Lscala/Function1<TK;Ljava/lang/Object;>;)V rather than (Lscala/collection/MapLike<TK;TV;TThis;>;Lscala/Function1<TK;Ljava/lang/Object;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.MapLike#FilteredKeys.this")
method this(scala.collection.TraversableLike,scala.Function1)Unit in class scala.collection.TraversableLike#WithFilter has a different signature in current version, where it is (Lscala/Function1<TA;Ljava/lang/Object;>;)V rather than (Lscala/collection/TraversableLike<TA;TRepr;>;Lscala/Function1<TA;Ljava/lang/Object;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.TraversableLike#WithFilter.this")
method this()Unit in class scala.collection.AbstractIterable has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.AbstractIterable.this")
method this(scala.collection.SortedMapLike)Unit in class scala.collection.SortedMapLike#DefaultKeySortedSet has a different signature in current version, where it is [N/A] rather than (Lscala/collection/SortedMapLike<TA;TB;TThis;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.SortedMapLike#DefaultKeySortedSet.this")
method this()Unit in class scala.collection.AbstractSet has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.AbstractSet.this")
method this(scala.collection.IterableViewLike)Unit in class scala.collection.IterableViewLike#AbstractTransformed has a different signature in current version, where it is [N/A] rather than (Lscala/collection/IterableViewLike<TA;TColl;TThis;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.IterableViewLike#AbstractTransformed.this")
method this(scala.collection.MapLike)Unit in class scala.collection.MapLike#DefaultKeySet has a different signature in current version, where it is [N/A] rather than (Lscala/collection/MapLike<TK;TV;TThis;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.MapLike#DefaultKeySet.this")
method this()Unit in class scala.collection.AbstractSeq has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.AbstractSeq.this")
method this(scala.collection.Iterator,scala.collection.Iterator,Int,Int)Unit in class scala.collection.Iterator#GroupedIterator has a different signature in current version, where it is (Lscala/collection/Iterator<TA;>;II)V rather than (Lscala/collection/Iterator<TA;>;Lscala/collection/Iterator<TA;>;II)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.Iterator#GroupedIterator.this")
method this(scala.collection.TraversableViewLike)Unit in class scala.collection.TraversableViewLike#AbstractTransformed has a different signature in current version, where it is [N/A] rather than (Lscala/collection/TraversableViewLike<TA;TColl;TThis;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.TraversableViewLike#AbstractTransformed.this")
method this()Unit in class scala.collection.script.Script has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.script.Script.this")
method this()Unit in class scala.collection.script.Reset has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.script.Reset.this")
method this()Unit in class scala.collection.immutable.Stack has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.Stack.this")
method this(scala.collection.immutable.StreamViewLike)Unit in class scala.collection.immutable.StreamViewLike#AbstractTransformed has a different signature in current version, where it is [N/A] rather than (Lscala/collection/immutable/StreamViewLike<TA;TColl;TThis;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.StreamViewLike#AbstractTransformed.this")
method this()Unit in class scala.collection.immutable.IntMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.IntMap.this")
method this()Unit in class scala.collection.immutable.VectorBuilder has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.VectorBuilder.this")
method this()Unit in class scala.collection.immutable.HashSet has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.HashSet.this")
method this(scala.collection.immutable.SortedMap)Unit in class scala.collection.immutable.SortedMap#DefaultKeySortedSet has a different signature in current version, where it is [N/A] rather than (Lscala/collection/immutable/SortedMap<TA;TB;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.SortedMap#DefaultKeySortedSet.this")
method this()Unit in class scala.collection.immutable.AbstractMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.AbstractMap.this")
method this()Unit in class scala.collection.immutable.HashMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.HashMap.this")
method this(scala.collection.immutable.ListSet,java.lang.Object)Unit in class scala.collection.immutable.ListSet#Node has a different signature in current version, where it is (TA;)V rather than (Lscala/collection/immutable/ListSet<TA;>;TA;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.ListSet#Node.this")
method this()Unit in class scala.collection.immutable.List has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.List.this")
method max(scala.math.Ordering)java.lang.Object in class scala.collection.immutable.TreeSet has a different signature in current version, where it is <A1:Ljava/lang/Object;>(Lscala/math/Ordering<TA1;>;)TA; rather than <B:Ljava/lang/Object;>(Lscala/math/Ordering<TB;>;)TA;
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.TreeSet.max")
method min(scala.math.Ordering)java.lang.Object in class scala.collection.immutable.TreeSet has a different signature in current version, where it is <A1:Ljava/lang/Object;>(Lscala/math/Ordering<TA1;>;)TA; rather than <B:Ljava/lang/Object;>(Lscala/math/Ordering<TB;>;)TA;
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.TreeSet.min")
method this(scala.collection.immutable.StreamIterator,scala.Function0)Unit in class scala.collection.immutable.StreamIterator#LazyCell has a different signature in current version, where it is (Lscala/Function0<Lscala/collection/immutable/Stream<TA;>;>;)V rather than (Lscala/collection/immutable/StreamIterator<TA;>;Lscala/Function0<Lscala/collection/immutable/Stream<TA;>;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.StreamIterator#LazyCell.this")
method this(Int,Int)Unit in class scala.collection.immutable.VectorIterator has a different signature in current version, where it is [N/A] rather than (II)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.VectorIterator.this")
method this(scala.collection.immutable.MapLike)Unit in class scala.collection.immutable.MapLike#ImmutableDefaultKeySet has a different signature in current version, where it is [N/A] rather than (Lscala/collection/immutable/MapLike<TK;TV;TThis;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.MapLike#ImmutableDefaultKeySet.this")
method this()Unit in class scala.collection.immutable.ListMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.ListMap.this")
method this(scala.collection.immutable.TrieIterator,Array[scala.collection.immutable.Iterable])Unit in class scala.collection.immutable.TrieIterator#DupIterator has a different signature in current version, where it is ([Lscala/collection/immutable/Iterable<TT;>;)V rather than (Lscala/collection/immutable/TrieIterator<TT;>;[Lscala/collection/immutable/Iterable<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.TrieIterator#DupIterator.this")
method this(scala.collection.immutable.ListMap,java.lang.Object,java.lang.Object)Unit in class scala.collection.immutable.ListMap#Node has a different signature in current version, where it is (TA;TB1;)V rather than (Lscala/collection/immutable/ListMap<TA;TB;>;TA;TB1;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.ListMap#Node.this")
method this()Unit in class scala.collection.immutable.ListSet has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.ListSet.this")
method this()Unit in class scala.collection.immutable.Stream#StreamBuilder has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.Stream#StreamBuilder.this")
method this()Unit in class scala.collection.immutable.Stream#StreamCanBuildFrom has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.Stream#StreamCanBuildFrom.this")
method this()Unit in class scala.collection.immutable.HashMap#Merger has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.HashMap#Merger.this")
method this(Int,Int,Int)Unit in class scala.collection.immutable.Vector has a different signature in current version, where it is [N/A] rather than (III)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.Vector.this")
method this()Unit in class scala.collection.immutable.Stream has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.Stream.this")
method this()Unit in class scala.collection.immutable.HashSet#LeafHashSet has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.HashSet#LeafHashSet.this")
method this()Unit in class scala.collection.immutable.LongMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.immutable.LongMap.this")
method this(scala.collection.convert.Wrappers,scala.collection.Iterable)Unit in class scala.collection.convert.Wrappers#IterableWrapper has a different signature in current version, where it is (Lscala/collection/Iterable<TA;>;)V rather than (Lscala/collection/convert/Wrappers;Lscala/collection/Iterable<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#IterableWrapper.this")
method this(scala.collection.convert.Wrappers,java.util.Iterator)Unit in class scala.collection.convert.Wrappers#JIteratorWrapper has a different signature in current version, where it is (Ljava/util/Iterator<TA;>;)V rather than (Lscala/collection/convert/Wrappers;Ljava/util/Iterator<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#JIteratorWrapper.this")
method this(scala.collection.convert.Wrappers,scala.collection.Set)Unit in class scala.collection.convert.Wrappers#SetWrapper has a different signature in current version, where it is (Lscala/collection/Set<TA;>;)V rather than (Lscala/collection/convert/Wrappers;Lscala/collection/Set<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#SetWrapper.this")
method this(scala.collection.convert.Wrappers,java.lang.Iterable)Unit in class scala.collection.convert.Wrappers#JIterableWrapper has a different signature in current version, where it is (Ljava/lang/Iterable<TA;>;)V rather than (Lscala/collection/convert/Wrappers;Ljava/lang/Iterable<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#JIterableWrapper.this")
method this(scala.collection.convert.Wrappers,scala.collection.Seq)Unit in class scala.collection.convert.Wrappers#SeqWrapper has a different signature in current version, where it is (Lscala/collection/Seq<TA;>;)V rather than (Lscala/collection/convert/Wrappers;Lscala/collection/Seq<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#SeqWrapper.this")
method this(scala.collection.convert.Wrappers,scala.collection.mutable.Buffer)Unit in class scala.collection.convert.Wrappers#MutableBufferWrapper has a different signature in current version, where it is (Lscala/collection/mutable/Buffer<TA;>;)V rather than (Lscala/collection/convert/Wrappers;Lscala/collection/mutable/Buffer<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#MutableBufferWrapper.this")
method this(scala.collection.convert.Wrappers,java.util.Set)Unit in class scala.collection.convert.Wrappers#JSetWrapper has a different signature in current version, where it is (Ljava/util/Set<TA;>;)V rather than (Lscala/collection/convert/Wrappers;Ljava/util/Set<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#JSetWrapper.this")
method this(scala.collection.convert.Wrappers,java.util.List)Unit in class scala.collection.convert.Wrappers#JListWrapper has a different signature in current version, where it is (Ljava/util/List<TA;>;)V rather than (Lscala/collection/convert/Wrappers;Ljava/util/List<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#JListWrapper.this")
method this(scala.collection.convert.Wrappers,java.util.concurrent.ConcurrentMap)Unit in class scala.collection.convert.Wrappers#JConcurrentMapWrapper has a different signature in current version, where it is (Ljava/util/concurrent/ConcurrentMap<TA;TB;>;)V rather than (Lscala/collection/convert/Wrappers;Ljava/util/concurrent/ConcurrentMap<TA;TB;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#JConcurrentMapWrapper.this")
method this(scala.collection.convert.Wrappers,scala.collection.mutable.Map)Unit in class scala.collection.convert.Wrappers#MutableMapWrapper has a different signature in current version, where it is (Lscala/collection/mutable/Map<TA;TB;>;)V rather than (Lscala/collection/convert/Wrappers;Lscala/collection/mutable/Map<TA;TB;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#MutableMapWrapper.this")
method this(scala.collection.convert.Wrappers,java.util.Map)Unit in class scala.collection.convert.Wrappers#JMapWrapper has a different signature in current version, where it is (Ljava/util/Map<TA;TB;>;)V rather than (Lscala/collection/convert/Wrappers;Ljava/util/Map<TA;TB;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#JMapWrapper.this")
method this(scala.collection.convert.Wrappers,scala.collection.mutable.Seq)Unit in class scala.collection.convert.Wrappers#MutableSeqWrapper has a different signature in current version, where it is (Lscala/collection/mutable/Seq<TA;>;)V rather than (Lscala/collection/convert/Wrappers;Lscala/collection/mutable/Seq<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#MutableSeqWrapper.this")
method this(scala.collection.convert.Wrappers,java.util.Dictionary)Unit in class scala.collection.convert.Wrappers#JDictionaryWrapper has a different signature in current version, where it is (Ljava/util/Dictionary<TA;TB;>;)V rather than (Lscala/collection/convert/Wrappers;Ljava/util/Dictionary<TA;TB;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#JDictionaryWrapper.this")
method this(scala.collection.convert.Wrappers,java.util.Enumeration)Unit in class scala.collection.convert.Wrappers#JEnumerationWrapper has a different signature in current version, where it is (Ljava/util/Enumeration<TA;>;)V rather than (Lscala/collection/convert/Wrappers;Ljava/util/Enumeration<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#JEnumerationWrapper.this")
method this(scala.collection.convert.Wrappers,scala.collection.Map)Unit in class scala.collection.convert.Wrappers#MapWrapper has a different signature in current version, where it is (Lscala/collection/Map<TA;TB;>;)V rather than (Lscala/collection/convert/Wrappers;Lscala/collection/Map<TA;TB;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#MapWrapper.this")
method this(scala.collection.convert.Wrappers,scala.collection.concurrent.Map)Unit in class scala.collection.convert.Wrappers#ConcurrentMapWrapper has a different signature in current version, where it is (Lscala/collection/concurrent/Map<TA;TB;>;)V rather than (Lscala/collection/convert/Wrappers;Lscala/collection/concurrent/Map<TA;TB;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#ConcurrentMapWrapper.this")
method this(scala.collection.convert.Wrappers,scala.collection.Iterator)Unit in class scala.collection.convert.Wrappers#IteratorWrapper has a different signature in current version, where it is (Lscala/collection/Iterator<TA;>;)V rather than (Lscala/collection/convert/Wrappers;Lscala/collection/Iterator<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#IteratorWrapper.this")
method this(scala.collection.convert.Wrappers,scala.collection.Iterator)Unit in class scala.collection.convert.Wrappers#ToIteratorWrapper has a different signature in current version, where it is (Lscala/collection/Iterator<TA;>;)V rather than (Lscala/collection/convert/Wrappers;Lscala/collection/Iterator<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#ToIteratorWrapper.this")
method this(scala.collection.convert.Wrappers,scala.collection.mutable.Set)Unit in class scala.collection.convert.Wrappers#MutableSetWrapper has a different signature in current version, where it is (Lscala/collection/mutable/Set<TA;>;)V rather than (Lscala/collection/convert/Wrappers;Lscala/collection/mutable/Set<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#MutableSetWrapper.this")
method this(scala.collection.convert.Wrappers,scala.collection.mutable.Map)Unit in class scala.collection.convert.Wrappers#DictionaryWrapper has a different signature in current version, where it is (Lscala/collection/mutable/Map<TA;TB;>;)V rather than (Lscala/collection/convert/Wrappers;Lscala/collection/mutable/Map<TA;TB;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#DictionaryWrapper.this")
method this(scala.collection.convert.Wrappers,java.util.Collection)Unit in class scala.collection.convert.Wrappers#JCollectionWrapper has a different signature in current version, where it is (Ljava/util/Collection<TA;>;)V rather than (Lscala/collection/convert/Wrappers;Ljava/util/Collection<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.convert.Wrappers#JCollectionWrapper.this")
method this()Unit in class scala.collection.generic.MutableMapFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.MutableMapFactory.this")
method this()Unit in class scala.collection.generic.ImmutableSortedSetFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.ImmutableSortedSetFactory.this")
method this(scala.collection.generic.ParFactory)Unit in class scala.collection.generic.ParFactory#GenericCanCombineFrom has a different signature in current version, where it is [N/A] rather than (Lscala/collection/generic/ParFactory<TCC;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.ParFactory#GenericCanCombineFrom.this")
method this()Unit in class scala.collection.generic.IndexedSeqFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.IndexedSeqFactory.this")
method this()Unit in class scala.collection.generic.SortedMapFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.SortedMapFactory.this")
method this()Unit in class scala.collection.generic.SeqFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.SeqFactory.this")
method this()Unit in class scala.collection.generic.ParSetFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.ParSetFactory.this")
method this(scala.collection.generic.GenTraversableFactory)Unit in class scala.collection.generic.GenTraversableFactory#GenericCanBuildFrom has a different signature in current version, where it is [N/A] rather than (Lscala/collection/generic/GenTraversableFactory<TCC;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.GenTraversableFactory#GenericCanBuildFrom.this")
method this(scala.collection.generic.OrderedTraversableFactory,scala.math.Ordering)Unit in class scala.collection.generic.OrderedTraversableFactory#GenericCanBuildFrom has a different signature in current version, where it is (Lscala/math/Ordering<TA;>;)V rather than (Lscala/collection/generic/OrderedTraversableFactory<TCC;>;Lscala/math/Ordering<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.OrderedTraversableFactory#GenericCanBuildFrom.this")
method this()Unit in class scala.collection.generic.ImmutableMapFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.ImmutableMapFactory.this")
method this()Unit in class scala.collection.generic.GenericOrderedCompanion has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.GenericOrderedCompanion.this")
method this()Unit in class scala.collection.generic.ClassTagTraversableFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.ClassTagTraversableFactory.this")
method this()Unit in class scala.collection.generic.SetFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.SetFactory.this")
method this()Unit in class scala.collection.generic.ImmutableSetFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.ImmutableSetFactory.this")
method this(scala.collection.generic.ClassTagTraversableFactory,scala.reflect.ClassTag)Unit in class scala.collection.generic.ClassTagTraversableFactory#GenericCanBuildFrom has a different signature in current version, where it is (Lscala/reflect/ClassTag<TA;>;)V rather than (Lscala/collection/generic/ClassTagTraversableFactory<TCC;>;Lscala/reflect/ClassTag<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.ClassTagTraversableFactory#GenericCanBuildFrom.this")
method this()Unit in class scala.collection.generic.ParMapFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.ParMapFactory.this")
method this(scala.collection.generic.ParSetFactory)Unit in class scala.collection.generic.ParSetFactory#GenericCanCombineFrom has a different signature in current version, where it is [N/A] rather than (Lscala/collection/generic/ParSetFactory<TCC;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.ParSetFactory#GenericCanCombineFrom.this")
method this()Unit in class scala.collection.generic.ParFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.ParFactory.this")
method this()Unit in class scala.collection.generic.MapFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.MapFactory.this")
method this()Unit in class scala.collection.generic.ImmutableSortedMapFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.ImmutableSortedMapFactory.this")
method this()Unit in class scala.collection.generic.GenSeqFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.GenSeqFactory.this")
method this()Unit in class scala.collection.generic.MutableSortedMapFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.MutableSortedMapFactory.this")
method this()Unit in class scala.collection.generic.OrderedTraversableFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.OrderedTraversableFactory.this")
method this(scala.collection.generic.GenMapFactory)Unit in class scala.collection.generic.GenMapFactory#MapCanBuildFrom has a different signature in current version, where it is [N/A] rather than (Lscala/collection/generic/GenMapFactory<TCC;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.GenMapFactory#MapCanBuildFrom.this")
method this(scala.collection.generic.SortedMapFactory,scala.math.Ordering)Unit in class scala.collection.generic.SortedMapFactory#SortedMapCanBuildFrom has a different signature in current version, where it is (Lscala/math/Ordering<TA;>;)V rather than (Lscala/collection/generic/SortedMapFactory<TCC;>;Lscala/math/Ordering<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.SortedMapFactory#SortedMapCanBuildFrom.this")
method this()Unit in class scala.collection.generic.GenericCompanion has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.GenericCompanion.this")
method this()Unit in class scala.collection.generic.SortedSetFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.SortedSetFactory.this")
method this()Unit in class scala.collection.generic.MutableSetFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.MutableSetFactory.this")
method this()Unit in class scala.collection.generic.GenericClassTagCompanion has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.GenericClassTagCompanion.this")
method this()Unit in class scala.collection.generic.GenMapFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.GenMapFactory.this")
method this()Unit in class scala.collection.generic.GenSetFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.GenSetFactory.this")
method this()Unit in class scala.collection.generic.MutableSortedSetFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.MutableSortedSetFactory.this")
method this()Unit in class scala.collection.generic.GenTraversableFactory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.GenTraversableFactory.this")
method this(scala.collection.generic.SortedSetFactory,scala.math.Ordering)Unit in class scala.collection.generic.SortedSetFactory#SortedSetCanBuildFrom has a different signature in current version, where it is (Lscala/math/Ordering<TA;>;)V rather than (Lscala/collection/generic/SortedSetFactory<TCC;>;Lscala/math/Ordering<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.SortedSetFactory#SortedSetCanBuildFrom.this")
method this(scala.collection.generic.ParMapFactory)Unit in class scala.collection.generic.ParMapFactory#CanCombineFromMap has a different signature in current version, where it is [N/A] rather than (Lscala/collection/generic/ParMapFactory<TCC;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.generic.ParMapFactory#CanCombineFromMap.this")
method this(scala.collection.parallel.ParIterableLike)Unit in object scala.collection.parallel.ParIterableLike#ScanNode has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#ScanNode.this")
method this(scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks,scala.collection.parallel.Task)Unit in class scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks#WrappedTask has a different signature in current version, where it is (Lscala/collection/parallel/Task<TR;TTp;>;)V rather than (Lscala/collection/parallel/AdaptiveWorkStealingForkJoinTasks;Lscala/collection/parallel/Task<TR;TTp;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.AdaptiveWorkStealingForkJoinTasks#WrappedTask.this")
method this(scala.collection.parallel.IterableSplitter,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.IterableSplitter#Appended has a different signature in current version, where it is (TPI;)V rather than (Lscala/collection/parallel/IterableSplitter<TT;>;TPI;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.IterableSplitter#Appended.this")
method this(scala.collection.parallel.IterableSplitter,scala.collection.parallel.SeqSplitter,java.lang.Object,java.lang.Object)Unit in class scala.collection.parallel.IterableSplitter#ZippedAll has a different signature in current version, where it is (Lscala/collection/parallel/SeqSplitter<TS;>;TU;TS;)V rather than (Lscala/collection/parallel/IterableSplitter<TT;>;Lscala/collection/parallel/SeqSplitter<TS;>;TU;TS;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.IterableSplitter#ZippedAll.this")
method this(scala.collection.parallel.ParMapLike)Unit in class scala.collection.parallel.ParMapLike#DefaultValuesIterable has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/ParMapLike<TK;TV;TRepr;TSequential;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParMapLike#DefaultValuesIterable.this")
method this(scala.collection.parallel.ParIterableLike,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter,scala.collection.parallel.SeqSplitter)Unit in class scala.collection.parallel.ParIterableLike#Zip has a different signature in current version, where it is (Lscala/collection/parallel/CombinerFactory<Lscala/Tuple2<TU;TS;>;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;Lscala/collection/parallel/SeqSplitter<TS;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/collection/parallel/CombinerFactory<Lscala/Tuple2<TU;TS;>;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;Lscala/collection/parallel/SeqSplitter<TS;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Zip.this")
method this(scala.collection.parallel.ParIterableLike,scala.Function1,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Map has a different signature in current version, where it is (Lscala/Function1<TT;TS;>;Lscala/collection/parallel/CombinerFactory<TS;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/Function1<TT;TS;>;Lscala/collection/parallel/CombinerFactory<TS;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Map.this")
method this(scala.collection.parallel.ParIterableLike,scala.math.Ordering,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Min has a different signature in current version, where it is (Lscala/math/Ordering<TU;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/math/Ordering<TU;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Min.this")
method this(scala.collection.parallel.SeqSplitter,scala.Function1)Unit in class scala.collection.parallel.SeqSplitter#Mapped has a different signature in current version, where it is (Lscala/Function1<TT;TS;>;)V rather than (Lscala/collection/parallel/SeqSplitter<TT;>;Lscala/Function1<TT;TS;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.SeqSplitter#Mapped.this")
method this(Int)Unit in class scala.collection.parallel.BucketCombiner has a different signature in current version, where it is [N/A] rather than (I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.BucketCombiner.this")
method this(scala.collection.parallel.IterableSplitter,Int)Unit in class scala.collection.parallel.IterableSplitter#Taken has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/IterableSplitter<TT;>;I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.IterableSplitter#Taken.this")
method this(scala.collection.parallel.ParIterableLike,scala.Function0,scala.Function2,scala.Function2,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Aggregate has a different signature in current version, where it is (Lscala/Function0<TS;>;Lscala/Function2<TS;TT;TS;>;Lscala/Function2<TS;TS;TS;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/Function0<TS;>;Lscala/Function2<TS;TT;TS;>;Lscala/Function2<TS;TS;TS;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Aggregate.this")
method this(scala.collection.parallel.ParIterableLike,Int,Int,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Slice has a different signature in current version, where it is (IILscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;IILscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Slice.this")
method this(scala.collection.parallel.ParIterableLike,scala.Function2,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Reduce has a different signature in current version, where it is (Lscala/Function2<TU;TU;TU;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/Function2<TU;TU;TU;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Reduce.this")
method this(scala.collection.parallel.ParIterableLike,scala.math.Ordering,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Max has a different signature in current version, where it is (Lscala/math/Ordering<TU;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/math/Ordering<TU;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Max.this")
method this(scala.collection.parallel.ParSeqLike,scala.collection.parallel.SeqSplitter,scala.collection.parallel.SeqSplitter)Unit in class scala.collection.parallel.ParSeqLike#SameElements has a different signature in current version, where it is (Lscala/collection/parallel/SeqSplitter<TT;>;Lscala/collection/parallel/SeqSplitter<TU;>;)V rather than (Lscala/collection/parallel/ParSeqLike<TT;TRepr;TSequential;>;Lscala/collection/parallel/SeqSplitter<TT;>;Lscala/collection/parallel/SeqSplitter<TU;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParSeqLike#SameElements.this")
method this(scala.collection.parallel.ParIterableLike,scala.Function1,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Filter has a different signature in current version, where it is (Lscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Filter.this")
method this(scala.collection.parallel.ParIterableLike,Int,Int,java.lang.Object,scala.Function2,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#CreateScanTree has a different signature in current version, where it is (IITU;Lscala/Function2<TU;TU;TU;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;IITU;Lscala/Function2<TU;TU;TU;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#CreateScanTree.this")
method this(scala.collection.parallel.ParIterableLike,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#ToParCollection has a different signature in current version, where it is (Lscala/collection/parallel/CombinerFactory<TU;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/collection/parallel/CombinerFactory<TU;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#ToParCollection.this")
method this(scala.collection.parallel.ParIterableLike,scala.Function1,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Count has a different signature in current version, where it is (Lscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Count.this")
method this(scala.collection.parallel.ParIterableLike,scala.collection.parallel.IterableSplitter,scala.Function2,Int,Int,scala.Option,java.lang.Object)Unit in class scala.collection.parallel.ParIterableLike#ScanLeaf has a different signature in current version, where it is (Lscala/collection/parallel/IterableSplitter<TU;>;Lscala/Function2<TU;TU;TU;>;IILscala/Option<Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>.ScanLeaf<TU;>;>;TU;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/collection/parallel/IterableSplitter<TU;>;Lscala/Function2<TU;TU;TU;>;IILscala/Option<Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>.ScanLeaf<TU;>;>;TU;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#ScanLeaf.this")
method this(scala.collection.parallel.ParIterableLike,Int,scala.collection.parallel.CombinerFactory,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#SplitAt has a different signature in current version, where it is (ILscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;ILscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#SplitAt.this")
method this(scala.collection.parallel.SeqSplitter,scala.collection.parallel.SeqSplitter,java.lang.Object,java.lang.Object)Unit in class scala.collection.parallel.SeqSplitter#ZippedAll has a different signature in current version, where it is (Lscala/collection/parallel/SeqSplitter<TS;>;TU;TS;)V rather than (Lscala/collection/parallel/SeqSplitter<TT;>;Lscala/collection/parallel/SeqSplitter<TS;>;TU;TS;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.SeqSplitter#ZippedAll.this")
method this(scala.collection.parallel.ParSeqLike,scala.Function1,scala.Function0,scala.collection.parallel.SeqSplitter)Unit in class scala.collection.parallel.ParSeqLike#ReverseMap has a different signature in current version, where it is (Lscala/Function1<TT;TS;>;Lscala/Function0<Lscala/collection/parallel/Combiner<TS;TThat;>;>;Lscala/collection/parallel/SeqSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParSeqLike<TT;TRepr;TSequential;>;Lscala/Function1<TT;TS;>;Lscala/Function0<Lscala/collection/parallel/Combiner<TS;TThat;>;>;Lscala/collection/parallel/SeqSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParSeqLike#ReverseMap.this")
method this(scala.collection.parallel.ParIterableLike,scala.Function1,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Forall has a different signature in current version, where it is (Lscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Forall.this")
method this(scala.collection.parallel.ParIterableLike,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Copy has a different signature in current version, where it is (Lscala/collection/parallel/CombinerFactory<TU;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/collection/parallel/CombinerFactory<TU;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Copy.this")
method this(scala.collection.parallel.ParIterableLike,Int,scala.Function1,scala.collection.parallel.CombinerFactory,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Span has a different signature in current version, where it is (ILscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;ILscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Span.this")
method this(scala.collection.parallel.ParIterableLike,scala.PartialFunction,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Collect has a different signature in current version, where it is (Lscala/PartialFunction<TT;TS;>;Lscala/collection/parallel/CombinerFactory<TS;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/PartialFunction<TT;TS;>;Lscala/collection/parallel/CombinerFactory<TS;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Collect.this")
method this(scala.collection.parallel.ParSeqLike,Int,java.lang.Object,scala.collection.parallel.CombinerFactory,scala.collection.parallel.SeqSplitter)Unit in class scala.collection.parallel.ParSeqLike#Updated has a different signature in current version, where it is (ITU;Lscala/collection/parallel/CombinerFactory<TU;TThat;>;Lscala/collection/parallel/SeqSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParSeqLike<TT;TRepr;TSequential;>;ITU;Lscala/collection/parallel/CombinerFactory<TU;TThat;>;Lscala/collection/parallel/SeqSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParSeqLike#Updated.this")
method this(scala.collection.parallel.ParIterableLike,scala.Function1,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Exists has a different signature in current version, where it is (Lscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Exists.this")
method this(scala.collection.parallel.ParIterableLike,scala.Function1,scala.collection.parallel.CombinerFactory,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Partition has a different signature in current version, where it is (Lscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Partition.this")
method this(scala.collection.parallel.ParIterableLike,scala.collection.parallel.ParIterableLike#ScanTree,java.lang.Object,scala.Function2,scala.collection.parallel.CombinerFactory)Unit in class scala.collection.parallel.ParIterableLike#FromScanTree has a different signature in current version, where it is (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>.ScanTree<TU;>;TU;Lscala/Function2<TU;TU;TU;>;Lscala/collection/parallel/CombinerFactory<TU;TThat;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>.ScanTree<TU;>;TU;Lscala/Function2<TU;TU;TU;>;Lscala/collection/parallel/CombinerFactory<TU;TThat;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#FromScanTree.this")
method this(scala.collection.parallel.ParIterableLike,scala.Function1,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Foreach has a different signature in current version, where it is (Lscala/Function1<TT;TS;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/Function1<TT;TS;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Foreach.this")
method this(scala.collection.parallel.ParIterableLike,scala.collection.parallel.ParIterableLike#StrictSplitterCheckTask,scala.collection.parallel.ParIterableLike#StrictSplitterCheckTask)Unit in class scala.collection.parallel.ParIterableLike#SeqComposite has a different signature in current version, where it is (TFirst;TSecond;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;TFirst;TSecond;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#SeqComposite.this")
method this(scala.collection.parallel.ParSeqLike,scala.Function0,scala.collection.parallel.SeqSplitter)Unit in class scala.collection.parallel.ParSeqLike#Reverse has a different signature in current version, where it is (Lscala/Function0<Lscala/collection/parallel/Combiner<TU;TThis;>;>;Lscala/collection/parallel/SeqSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParSeqLike<TT;TRepr;TSequential;>;Lscala/Function0<Lscala/collection/parallel/Combiner<TU;TThis;>;>;Lscala/collection/parallel/SeqSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParSeqLike#Reverse.this")
method this(scala.collection.parallel.ParIterableLike,Int,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Drop has a different signature in current version, where it is (ILscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;ILscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Drop.this")
method this(scala.collection.parallel.ParIterableLike,Int,scala.Function1,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#TakeWhile has a different signature in current version, where it is (ILscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;ILscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#TakeWhile.this")
method this(scala.collection.parallel.ParIterableLike,Int,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Take has a different signature in current version, where it is (ILscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;ILscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Take.this")
method this(scala.collection.parallel.ParIterableLike,scala.collection.parallel.ParIterableLike#StrictSplitterCheckTask)Unit in class scala.collection.parallel.ParIterableLike#ResultMapping has a different signature in current version, where it is (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>.StrictSplitterCheckTask<TR;TTp;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>.StrictSplitterCheckTask<TR;TTp;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#ResultMapping.this")
method this(scala.collection.parallel.AdaptiveWorkStealingThreadPoolTasks,scala.collection.parallel.Task)Unit in class scala.collection.parallel.AdaptiveWorkStealingThreadPoolTasks#WrappedTask has a different signature in current version, where it is (Lscala/collection/parallel/Task<TR;TTp;>;)V rather than (Lscala/collection/parallel/AdaptiveWorkStealingThreadPoolTasks;Lscala/collection/parallel/Task<TR;TTp;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.AdaptiveWorkStealingThreadPoolTasks#WrappedTask.this")
method this(scala.collection.parallel.ParSeqLike,scala.Function2,scala.collection.parallel.SeqSplitter,scala.collection.parallel.SeqSplitter)Unit in class scala.collection.parallel.ParSeqLike#Corresponds has a different signature in current version, where it is (Lscala/Function2<TT;TS;Ljava/lang/Object;>;Lscala/collection/parallel/SeqSplitter<TT;>;Lscala/collection/parallel/SeqSplitter<TS;>;)V rather than (Lscala/collection/parallel/ParSeqLike<TT;TRepr;TSequential;>;Lscala/Function2<TT;TS;Ljava/lang/Object;>;Lscala/collection/parallel/SeqSplitter<TT;>;Lscala/collection/parallel/SeqSplitter<TS;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParSeqLike#Corresponds.this")
method this(scala.collection.parallel.ParSeqLike,Int,scala.collection.parallel.CombinerFactory,scala.collection.parallel.SeqSplitter,scala.collection.parallel.SeqSplitter)Unit in class scala.collection.parallel.ParSeqLike#Zip has a different signature in current version, where it is (ILscala/collection/parallel/CombinerFactory<Lscala/Tuple2<TU;TS;>;TThat;>;Lscala/collection/parallel/SeqSplitter<TT;>;Lscala/collection/parallel/SeqSplitter<TS;>;)V rather than (Lscala/collection/parallel/ParSeqLike<TT;TRepr;TSequential;>;ILscala/collection/parallel/CombinerFactory<Lscala/Tuple2<TU;TS;>;TThat;>;Lscala/collection/parallel/SeqSplitter<TT;>;Lscala/collection/parallel/SeqSplitter<TS;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParSeqLike#Zip.this")
method this(scala.collection.parallel.ParIterableLike,Int,Int,java.lang.Object,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#CopyToArray has a different signature in current version, where it is (IILjava/lang/Object;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;IILjava/lang/Object;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#CopyToArray.this")
method this(scala.collection.parallel.ParIterableLike,scala.Function1,scala.Function0,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#GroupBy has a different signature in current version, where it is (Lscala/Function1<TU;TK;>;Lscala/Function0<Lscala/collection/parallel/immutable/HashMapCombiner<TK;TU;>;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/Function1<TU;TK;>;Lscala/Function0<Lscala/collection/parallel/immutable/HashMapCombiner<TK;TU;>;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#GroupBy.this")
method this(scala.collection.parallel.ParIterableLike,scala.collection.parallel.ParIterableLike#ScanTree,scala.collection.parallel.ParIterableLike#ScanTree)Unit in class scala.collection.parallel.ParIterableLike#ScanNode has a different signature in current version, where it is (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>.ScanTree<TU;>;Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>.ScanTree<TU;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>.ScanTree<TU;>;Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>.ScanTree<TU;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#ScanNode.this")
method this(scala.collection.parallel.ParIterableLike,scala.math.Numeric,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Product has a different signature in current version, where it is (Lscala/math/Numeric<TU;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/math/Numeric<TU;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Product.this")
method this(scala.collection.parallel.ParIterableLike,scala.collection.parallel.ParIterableLike#StrictSplitterCheckTask,scala.collection.parallel.ParIterableLike#StrictSplitterCheckTask)Unit in class scala.collection.parallel.ParIterableLike#ParComposite has a different signature in current version, where it is (TFirst;TSecond;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;TFirst;TSecond;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#ParComposite.this")
method this(scala.collection.parallel.ParIterableLike,java.lang.Object,scala.Function2,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Fold has a different signature in current version, where it is (TU;Lscala/Function2<TU;TU;TU;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;TU;Lscala/Function2<TU;TU;TU;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Fold.this")
method this(scala.collection.parallel.ParSeqLike,scala.Function1,Int,scala.collection.parallel.SeqSplitter)Unit in class scala.collection.parallel.ParSeqLike#SegmentLength has a different signature in current version, where it is (Lscala/Function1<TT;Ljava/lang/Object;>;ILscala/collection/parallel/SeqSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParSeqLike<TT;TRepr;TSequential;>;Lscala/Function1<TT;Ljava/lang/Object;>;ILscala/collection/parallel/SeqSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParSeqLike#SegmentLength.this")
method this(scala.collection.parallel.ParIterableLike,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter,scala.Predef#<:<)Unit in class scala.collection.parallel.ParIterableLike#ToParMap has a different signature in current version, where it is (Lscala/collection/parallel/CombinerFactory<Lscala/Tuple2<TK;TV;>;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;Lscala/Predef$$less$colon$less<TT;Lscala/Tuple2<TK;TV;>;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/collection/parallel/CombinerFactory<Lscala/Tuple2<TK;TV;>;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;Lscala/Predef$$less$colon$less<TT;Lscala/Tuple2<TK;TV;>;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#ToParMap.this")
method this(scala.collection.parallel.ParIterableLike)Unit in object scala.collection.parallel.ParIterableLike#ScanLeaf has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#ScanLeaf.this")
method this(scala.collection.parallel.ParIterableLike,scala.math.Numeric,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Sum has a different signature in current version, where it is (Lscala/math/Numeric<TU;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/math/Numeric<TU;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Sum.this")
method this(scala.collection.parallel.ParSeqLike,Int,Int)Unit in class scala.collection.parallel.ParSeqLike#Elements has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/ParSeqLike<TT;TRepr;TSequential;>;II)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParSeqLike#Elements.this")
method this(scala.collection.parallel.ParMapLike)Unit in class scala.collection.parallel.ParMapLike#DefaultKeySet has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/ParMapLike<TK;TV;TRepr;TSequential;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParMapLike#DefaultKeySet.this")
method this(scala.collection.parallel.SeqSplitter,scala.collection.parallel.SeqSplitter)Unit in class scala.collection.parallel.SeqSplitter#Appended has a different signature in current version, where it is (TPI;)V rather than (Lscala/collection/parallel/SeqSplitter<TT;>;TPI;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.SeqSplitter#Appended.this")
method this(scala.collection.parallel.ParSeqLike,scala.Function1,Int,scala.collection.parallel.SeqSplitter)Unit in class scala.collection.parallel.ParSeqLike#LastIndexWhere has a different signature in current version, where it is (Lscala/Function1<TT;Ljava/lang/Object;>;ILscala/collection/parallel/SeqSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParSeqLike<TT;TRepr;TSequential;>;Lscala/Function1<TT;Ljava/lang/Object;>;ILscala/collection/parallel/SeqSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParSeqLike#LastIndexWhere.this")
method this(scala.collection.parallel.ParIterableLike,scala.collection.parallel.ParIterableLike#StrictSplitterCheckTask,scala.collection.parallel.ParIterableLike#StrictSplitterCheckTask)Unit in class scala.collection.parallel.ParIterableLike#Composite has a different signature in current version, where it is (TFirst;TSecond;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;TFirst;TSecond;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Composite.this")
method this(scala.collection.parallel.SeqSplitter,Int)Unit in class scala.collection.parallel.SeqSplitter#Taken has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/SeqSplitter<TT;>;I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.SeqSplitter#Taken.this")
method this(scala.collection.parallel.ParSeqLike,scala.Function1,Int,scala.collection.parallel.SeqSplitter)Unit in class scala.collection.parallel.ParSeqLike#IndexWhere has a different signature in current version, where it is (Lscala/Function1<TT;Ljava/lang/Object;>;ILscala/collection/parallel/SeqSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParSeqLike<TT;TRepr;TSequential;>;Lscala/Function1<TT;Ljava/lang/Object;>;ILscala/collection/parallel/SeqSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParSeqLike#IndexWhere.this")
method this(scala.collection.parallel.IterableSplitter,scala.Function1)Unit in class scala.collection.parallel.IterableSplitter#Mapped has a different signature in current version, where it is (Lscala/Function1<TT;TS;>;)V rather than (Lscala/collection/parallel/IterableSplitter<TT;>;Lscala/Function1<TT;TS;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.IterableSplitter#Mapped.this")
method this(scala.collection.parallel.ParIterableLike,Int,java.lang.Object,java.lang.Object,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter,scala.collection.parallel.SeqSplitter)Unit in class scala.collection.parallel.ParIterableLike#ZipAll has a different signature in current version, where it is (ITU;TS;Lscala/collection/parallel/CombinerFactory<Lscala/Tuple2<TU;TS;>;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;Lscala/collection/parallel/SeqSplitter<TS;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;ITU;TS;Lscala/collection/parallel/CombinerFactory<Lscala/Tuple2<TU;TS;>;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;Lscala/collection/parallel/SeqSplitter<TS;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#ZipAll.this")
method this(scala.collection.parallel.ParIterableLike,scala.Function1,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#FlatMap has a different signature in current version, where it is (Lscala/Function1<TT;Lscala/collection/GenTraversableOnce<TS;>;>;Lscala/collection/parallel/CombinerFactory<TS;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/Function1<TT;Lscala/collection/GenTraversableOnce<TS;>;>;Lscala/collection/parallel/CombinerFactory<TS;TThat;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#FlatMap.this")
method this(scala.collection.parallel.ParIterableLike,scala.Function1,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#Find has a different signature in current version, where it is (Lscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#Find.this")
method this(scala.collection.parallel.IterableSplitter,scala.collection.parallel.SeqSplitter)Unit in class scala.collection.parallel.IterableSplitter#Zipped has a different signature in current version, where it is (Lscala/collection/parallel/SeqSplitter<TS;>;)V rather than (Lscala/collection/parallel/IterableSplitter<TT;>;Lscala/collection/parallel/SeqSplitter<TS;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.IterableSplitter#Zipped.this")
method this(scala.collection.parallel.SeqSplitter,Int,scala.collection.parallel.SeqSplitter,Int)Unit in class scala.collection.parallel.SeqSplitter#Patched has a different signature in current version, where it is (ILscala/collection/parallel/SeqSplitter<TU;>;I)V rather than (Lscala/collection/parallel/SeqSplitter<TT;>;ILscala/collection/parallel/SeqSplitter<TU;>;I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.SeqSplitter#Patched.this")
method this(scala.collection.parallel.SeqSplitter,scala.collection.parallel.SeqSplitter)Unit in class scala.collection.parallel.SeqSplitter#Zipped has a different signature in current version, where it is (Lscala/collection/parallel/SeqSplitter<TS;>;)V rather than (Lscala/collection/parallel/SeqSplitter<TT;>;Lscala/collection/parallel/SeqSplitter<TS;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.SeqSplitter#Zipped.this")
method this(scala.collection.parallel.ParIterableLike,scala.Function1,scala.collection.parallel.CombinerFactory,scala.collection.parallel.IterableSplitter)Unit in class scala.collection.parallel.ParIterableLike#FilterNot has a different signature in current version, where it is (Lscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V rather than (Lscala/collection/parallel/ParIterableLike<TT;TRepr;TSequential;>;Lscala/Function1<TT;Ljava/lang/Object;>;Lscala/collection/parallel/CombinerFactory<TU;TThis;>;Lscala/collection/parallel/IterableSplitter<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.ParIterableLike#FilterNot.this")
method this(scala.collection.parallel.immutable.Repetition,Int,Int,java.lang.Object)Unit in class scala.collection.parallel.immutable.Repetition#ParIterator has a different signature in current version, where it is (IITT;)V rather than (Lscala/collection/parallel/immutable/Repetition<TT;>;IITT;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.immutable.Repetition#ParIterator.this")
method this(scala.collection.parallel.immutable.ParVector,Int,Int)Unit in class scala.collection.parallel.immutable.ParVector#ParVectorIterator has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/immutable/ParVector<TT;>;II)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.immutable.ParVector#ParVectorIterator.this")
method this(scala.collection.parallel.immutable.HashMapCombiner,Array[scala.collection.mutable.UnrolledBuffer#Unrolled],Array[scala.collection.immutable.HashMap],Int,Int)Unit in class scala.collection.parallel.immutable.HashMapCombiner#CreateTrie has a different signature in current version, where it is ([Lscala/collection/mutable/UnrolledBuffer$Unrolled<Lscala/Tuple2<TK;TV;>;>;[Lscala/collection/immutable/HashMap<TK;TV;>;II)V rather than (Lscala/collection/parallel/immutable/HashMapCombiner<TK;TV;>;[Lscala/collection/mutable/UnrolledBuffer$Unrolled<Lscala/Tuple2<TK;TV;>;>;[Lscala/collection/immutable/HashMap<TK;TV;>;II)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.immutable.HashMapCombiner#CreateTrie.this")
method this()Unit in class scala.collection.parallel.immutable.ParHashSet has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.immutable.ParHashSet.this")
method this()Unit in class scala.collection.parallel.immutable.LazyParVectorCombiner has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.immutable.LazyParVectorCombiner.this")
method this()Unit in class scala.collection.parallel.immutable.ParVector has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.immutable.ParVector.this")
method this(scala.collection.parallel.immutable.Repetition)Unit in object scala.collection.parallel.immutable.Repetition#ParIterator has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/immutable/Repetition<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.immutable.Repetition#ParIterator.this")
method this()Unit in class scala.collection.parallel.immutable.HashMapCombiner has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.immutable.HashMapCombiner.this")
method this()Unit in class scala.collection.parallel.immutable.HashSetCombiner has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.immutable.HashSetCombiner.this")
method this(scala.collection.parallel.immutable.ParHashMap,scala.collection.Iterator,Int)Unit in class scala.collection.parallel.immutable.ParHashMap#ParHashMapIterator has a different signature in current version, where it is (Lscala/collection/Iterator<Lscala/Tuple2<TK;TV;>;>;I)V rather than (Lscala/collection/parallel/immutable/ParHashMap<TK;TV;>;Lscala/collection/Iterator<Lscala/Tuple2<TK;TV;>;>;I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.immutable.ParHashMap#ParHashMapIterator.this")
method this(scala.collection.parallel.immutable.HashMapCombiner,scala.Function0,Array[scala.collection.mutable.UnrolledBuffer#Unrolled],Array[scala.collection.immutable.HashMap],Int,Int)Unit in class scala.collection.parallel.immutable.HashMapCombiner#CreateGroupedTrie has a different signature in current version, where it is (Lscala/Function0<Lscala/collection/parallel/Combiner<TV;TRepr;>;>;[Lscala/collection/mutable/UnrolledBuffer$Unrolled<Lscala/Tuple2<TK;TV;>;>;[Lscala/collection/immutable/HashMap<TK;Ljava/lang/Object;>;II)V rather than (Lscala/collection/parallel/immutable/HashMapCombiner<TK;TV;>;Lscala/Function0<Lscala/collection/parallel/Combiner<TV;TRepr;>;>;[Lscala/collection/mutable/UnrolledBuffer$Unrolled<Lscala/Tuple2<TK;TV;>;>;[Lscala/collection/immutable/HashMap<TK;Ljava/lang/Object;>;II)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.immutable.HashMapCombiner#CreateGroupedTrie.this")
method this(scala.collection.parallel.immutable.HashSetCombiner,Array[scala.collection.mutable.UnrolledBuffer#Unrolled],Array[scala.collection.immutable.HashSet],Int,Int)Unit in class scala.collection.parallel.immutable.HashSetCombiner#CreateTrie has a different signature in current version, where it is ([Lscala/collection/mutable/UnrolledBuffer$Unrolled<Ljava/lang/Object;>;[Lscala/collection/immutable/HashSet<TT;>;II)V rather than (Lscala/collection/parallel/immutable/HashSetCombiner<TT;>;[Lscala/collection/mutable/UnrolledBuffer$Unrolled<Ljava/lang/Object;>;[Lscala/collection/immutable/HashSet<TT;>;II)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.immutable.HashSetCombiner#CreateTrie.this")
method this(scala.collection.parallel.immutable.ParHashSet,scala.collection.Iterator,Int)Unit in class scala.collection.parallel.immutable.ParHashSet#ParHashSetIterator has a different signature in current version, where it is (Lscala/collection/Iterator<TT;>;I)V rather than (Lscala/collection/parallel/immutable/ParHashSet<TT;>;Lscala/collection/Iterator<TT;>;I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.immutable.ParHashSet#ParHashSetIterator.this")
method this()Unit in class scala.collection.parallel.immutable.ParHashMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.immutable.ParHashMap.this")
method this(scala.collection.parallel.mutable.ParHashMapCombiner,Int,Int,Int)Unit in class scala.collection.parallel.mutable.ParHashMapCombiner#AddingHashTable has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/mutable/ParHashMapCombiner<TK;TV;>;III)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParHashMapCombiner#AddingHashTable.this")
method this(Int)Unit in class scala.collection.parallel.mutable.ParArray has a different signature in current version, where it is [N/A] rather than (I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParArray.this")
method this(Int)Unit in class scala.collection.parallel.mutable.ParHashMapCombiner has a different signature in current version, where it is [N/A] rather than (I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParHashMapCombiner.this")
method this(scala.collection.parallel.mutable.ParArray,scala.collection.parallel.ParIterableLike#ScanTree,java.lang.Object,scala.Function2,Array[java.lang.Object])Unit in class scala.collection.parallel.mutable.ParArray#ScanToArray has a different signature in current version, where it is (Lscala/collection/parallel/ParIterableLike<TT;Lscala/collection/parallel/mutable/ParArray<TT;>;Lscala/collection/mutable/ArraySeq<TT;>;>.ScanTree<TU;>;TU;Lscala/Function2<TU;TU;TU;>;[Ljava/lang/Object;)V rather than (Lscala/collection/parallel/mutable/ParArray<TT;>;Lscala/collection/parallel/ParIterableLike<TT;Lscala/collection/parallel/mutable/ParArray<TT;>;Lscala/collection/mutable/ArraySeq<TT;>;>.ScanTree<TU;>;TU;Lscala/Function2<TU;TU;TU;>;[Ljava/lang/Object;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParArray#ScanToArray.this")
method this(scala.collection.parallel.mutable.ResizableParArrayCombiner,Array[java.lang.Object],Int,Int)Unit in class scala.collection.parallel.mutable.ResizableParArrayCombiner#CopyChainToArray has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/mutable/ResizableParArrayCombiner<TT;>;[Ljava/lang/Object;II)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ResizableParArrayCombiner#CopyChainToArray.this")
method this()Unit in class scala.collection.parallel.mutable.ParHashMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParHashMap.this")
method this(Array[java.lang.Object],Int)Unit in class scala.collection.parallel.mutable.ExposedArraySeq has a different signature in current version, where it is [N/A] rather than ([Ljava/lang/Object;I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ExposedArraySeq.this")
method this(scala.collection.parallel.mutable.ParArray,scala.Function1,Array[java.lang.Object],Int,Int)Unit in class scala.collection.parallel.mutable.ParArray#Map has a different signature in current version, where it is (Lscala/Function1<TT;TS;>;[Ljava/lang/Object;II)V rather than (Lscala/collection/parallel/mutable/ParArray<TT;>;Lscala/Function1<TT;TS;>;[Ljava/lang/Object;II)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParArray#Map.this")
method this(scala.collection.parallel.mutable.ParHashTable,Int,Int,Int,scala.collection.mutable.HashEntry)Unit in class scala.collection.parallel.mutable.ParHashTable#EntryIterator has a different signature in current version, where it is (IIITEntry;)V rather than (Lscala/collection/parallel/mutable/ParHashTable<TK;TEntry;>;IIITEntry;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParHashTable#EntryIterator.this")
method this(scala.collection.parallel.mutable.ParHashSet,Int,Int,Int)Unit in class scala.collection.parallel.mutable.ParHashSet#ParHashSetIterator has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/mutable/ParHashSet<TT;>;III)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParHashSet#ParHashSetIterator.this")
method this(scala.collection.parallel.mutable.ParTrieMap,Int,Int,Array[scala.collection.concurrent.BasicNode])Unit in class scala.collection.parallel.mutable.ParTrieMap#Size has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/mutable/ParTrieMap<TK;TV;>;II[Lscala/collection/concurrent/BasicNode;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParTrieMap#Size.this")
method this(scala.collection.parallel.mutable.ParArray)Unit in object scala.collection.parallel.mutable.ParArray#ParArrayIterator has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/mutable/ParArray<TT;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParArray#ParArrayIterator.this")
method this(scala.collection.parallel.mutable.UnrolledParArrayCombiner,Array[java.lang.Object],Int,Int)Unit in class scala.collection.parallel.mutable.UnrolledParArrayCombiner#CopyUnrolledToArray has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/mutable/UnrolledParArrayCombiner<TT;>;[Ljava/lang/Object;II)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.UnrolledParArrayCombiner#CopyUnrolledToArray.this")
method this()Unit in class scala.collection.parallel.mutable.ExposedArrayBuffer has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ExposedArrayBuffer.this")
method this(scala.collection.parallel.mutable.ParArray,Int,Int,Array[java.lang.Object])Unit in class scala.collection.parallel.mutable.ParArray#ParArrayIterator has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/mutable/ParArray<TT;>;II[Ljava/lang/Object;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParArray#ParArrayIterator.this")
method this(scala.collection.parallel.mutable.ParHashSetCombiner,Array[scala.collection.mutable.UnrolledBuffer],scala.collection.parallel.mutable.ParHashSetCombiner#AddingFlatHashTable,Int,Int)Unit in class scala.collection.parallel.mutable.ParHashSetCombiner#FillBlocks has a different signature in current version, where it is ([Lscala/collection/mutable/UnrolledBuffer<Ljava/lang/Object;>;Lscala/collection/parallel/mutable/ParHashSetCombiner<TT;>.AddingFlatHashTable;II)V rather than (Lscala/collection/parallel/mutable/ParHashSetCombiner<TT;>;[Lscala/collection/mutable/UnrolledBuffer<Ljava/lang/Object;>;Lscala/collection/parallel/mutable/ParHashSetCombiner<TT;>.AddingFlatHashTable;II)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParHashSetCombiner#FillBlocks.this")
method this(scala.collection.parallel.mutable.ParFlatHashTable,Int,Int,Int)Unit in class scala.collection.parallel.mutable.ParFlatHashTable#ParFlatHashTableIterator has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/mutable/ParFlatHashTable<TT;>;III)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParFlatHashTable#ParFlatHashTableIterator.this")
method this()Unit in class scala.collection.parallel.mutable.ParHashSet has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParHashSet.this")
method this(scala.collection.parallel.mutable.ParHashMap,Int,Int,Int,scala.collection.mutable.DefaultEntry)Unit in class scala.collection.parallel.mutable.ParHashMap#ParHashMapIterator has a different signature in current version, where it is (IIILscala/collection/mutable/DefaultEntry<TK;TV;>;)V rather than (Lscala/collection/parallel/mutable/ParHashMap<TK;TV;>;IIILscala/collection/mutable/DefaultEntry<TK;TV;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParHashMap#ParHashMapIterator.this")
method this(scala.collection.parallel.mutable.ParHashSetCombiner,Int,Int,Int)Unit in class scala.collection.parallel.mutable.ParHashSetCombiner#AddingFlatHashTable has a different signature in current version, where it is [N/A] rather than (Lscala/collection/parallel/mutable/ParHashSetCombiner<TT;>;III)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParHashSetCombiner#AddingFlatHashTable.this")
method this(Int)Unit in class scala.collection.parallel.mutable.ParHashSetCombiner has a different signature in current version, where it is [N/A] rather than (I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParHashSetCombiner.this")
method this(scala.collection.parallel.mutable.ParHashMapCombiner,Array[scala.collection.mutable.UnrolledBuffer#Unrolled],scala.collection.parallel.mutable.ParHashMapCombiner#AddingHashTable,Int,Int)Unit in class scala.collection.parallel.mutable.ParHashMapCombiner#FillBlocks has a different signature in current version, where it is ([Lscala/collection/mutable/UnrolledBuffer$Unrolled<Lscala/collection/mutable/DefaultEntry<TK;TV;>;>;Lscala/collection/parallel/mutable/ParHashMapCombiner<TK;TV;>.AddingHashTable;II)V rather than (Lscala/collection/parallel/mutable/ParHashMapCombiner<TK;TV;>;[Lscala/collection/mutable/UnrolledBuffer$Unrolled<Lscala/collection/mutable/DefaultEntry<TK;TV;>;>;Lscala/collection/parallel/mutable/ParHashMapCombiner<TK;TV;>.AddingHashTable;II)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParHashMapCombiner#FillBlocks.this")
method this()Unit in class scala.collection.parallel.mutable.ParTrieMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.parallel.mutable.ParTrieMap.this")
method this(Int,Array[scala.collection.concurrent.BasicNode],scala.collection.concurrent.Gen)Unit in class scala.collection.concurrent.CNode has a different signature in current version, where it is [N/A] rather than (I[Lscala/collection/concurrent/BasicNode;Lscala/collection/concurrent/Gen;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.concurrent.CNode.this")
method this(scala.collection.concurrent.Gen)Unit in class scala.collection.concurrent.INode has a different signature in current version, where it is [N/A] rather than (Lscala/collection/concurrent/Gen;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.concurrent.INode.this")
method this()Unit in class scala.collection.concurrent.TrieMap#MangledHashing has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.concurrent.TrieMap#MangledHashing.this")
method this()Unit in class scala.collection.concurrent.TrieMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.concurrent.TrieMap.this")
method this()Unit in class scala.collection.mutable.AbstractSortedMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.AbstractSortedMap.this")
method this(scala.collection.mutable.LinkedHashMap,scala.Function1)Unit in class scala.collection.mutable.LinkedHashMap#FilteredKeys has a different signature in current version, where it is (Lscala/Function1<TA;Ljava/lang/Object;>;)V rather than (Lscala/collection/mutable/LinkedHashMap<TA;TB;>;Lscala/Function1<TA;Ljava/lang/Object;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.LinkedHashMap#FilteredKeys.this")
method this()Unit in class scala.collection.mutable.ArrayBuffer has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.ArrayBuffer.this")
method this(Int)Unit in class scala.collection.mutable.ArrayBuffer has a different signature in current version, where it is [N/A] rather than (I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.ArrayBuffer.this")
method this()Unit in class scala.collection.mutable.ListBuffer has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.ListBuffer.this")
method this()Unit in class scala.collection.mutable.LinkedHashSet has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.LinkedHashSet.this")
method this(scala.collection.mutable.IndexedSeqView)Unit in class scala.collection.mutable.IndexedSeqView#AbstractTransformed has a different signature in current version, where it is [N/A] rather than (Lscala/collection/mutable/IndexedSeqView<TA;TColl;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.IndexedSeqView#AbstractTransformed.this")
method this()Unit in class scala.collection.mutable.AbstractSeq has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.AbstractSeq.this")
method this(Int)Unit in class scala.collection.mutable.LongMap has a different signature in current version, where it is [N/A] rather than (I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.LongMap.this")
method this()Unit in class scala.collection.mutable.LongMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.LongMap.this")
method this(Int,Array[java.lang.Object],Int,Int,Int,Array[Int])Unit in class scala.collection.mutable.FlatHashTable#Contents has a different signature in current version, where it is [N/A] rather than (I[Ljava/lang/Object;III[I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.FlatHashTable#Contents.this")
method this()Unit in class scala.collection.mutable.LongMap#LongMapBuilder has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.LongMap#LongMapBuilder.this")
method this()Unit in class scala.collection.mutable.HashSet has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.HashSet.this")
method this(scala.collection.mutable.PriorityQueue)Unit in class scala.collection.mutable.PriorityQueue#ResizableArrayAccess has a different signature in current version, where it is [N/A] rather than (Lscala/collection/mutable/PriorityQueue<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.PriorityQueue#ResizableArrayAccess.this")
method this(scala.collection.mutable.LinkedHashMap)Unit in class scala.collection.mutable.LinkedHashMap#DefaultKeySet has a different signature in current version, where it is [N/A] rather than (Lscala/collection/mutable/LinkedHashMap<TA;TB;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.LinkedHashMap#DefaultKeySet.this")
method this()Unit in class scala.collection.mutable.ArrayBuilder has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.ArrayBuilder.this")
method this()Unit in class scala.collection.mutable.Stack has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.Stack.this")
method this()Unit in class scala.collection.mutable.WrappedArray has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.WrappedArray.this")
method this()Unit in class scala.collection.mutable.RevertibleHistory has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.RevertibleHistory.this")
method this()Unit in class scala.collection.mutable.SynchronizedStack has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.SynchronizedStack.this")
method this()Unit in class scala.collection.mutable.Queue has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.Queue.this")
method this(scala.collection.mutable.TreeSet,scala.Option,scala.Option)Unit in class scala.collection.mutable.TreeSet#TreeSetView has a different signature in current version, where it is (Lscala/Option<TA;>;Lscala/Option<TA;>;)V rather than (Lscala/collection/mutable/TreeSet<TA;>;Lscala/Option<TA;>;Lscala/Option<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.TreeSet#TreeSetView.this")
method this()Unit in class scala.collection.mutable.History has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.History.this")
method this(Int)Unit in class scala.collection.mutable.AnyRefMap has a different signature in current version, where it is [N/A] rather than (I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.AnyRefMap.this")
method this()Unit in class scala.collection.mutable.AnyRefMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.AnyRefMap.this")
method this()Unit in class scala.collection.mutable.AbstractBuffer has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.AbstractBuffer.this")
method this()Unit in class scala.collection.mutable.HashMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.HashMap.this")
method this()Unit in class scala.collection.mutable.Stack#StackBuilder has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.Stack#StackBuilder.this")
method this()Unit in class scala.collection.mutable.AnyRefMap#AnyRefMapBuilder has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.AnyRefMap#AnyRefMapBuilder.this")
method this()Unit in class scala.collection.mutable.AbstractIterable has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.AbstractIterable.this")
method this()Unit in class scala.collection.mutable.AbstractMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.AbstractMap.this")
method this()Unit in class scala.collection.mutable.OpenHashMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.OpenHashMap.this")
method this(Int)Unit in class scala.collection.mutable.OpenHashMap has a different signature in current version, where it is [N/A] rather than (I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.OpenHashMap.this")
method this()Unit in class scala.collection.mutable.LazyBuilder has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.LazyBuilder.this")
method this()Unit in class scala.collection.mutable.WeakHashMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.WeakHashMap.this")
method this()Unit in class scala.collection.mutable.LinkedHashMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.LinkedHashMap.this")
method this()Unit in class scala.collection.mutable.MutableList has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.MutableList.this")
method this(scala.collection.mutable.TreeMap,scala.Option,scala.Option)Unit in class scala.collection.mutable.TreeMap#TreeMapView has a different signature in current version, where it is (Lscala/Option<TA;>;Lscala/Option<TA;>;)V rather than (Lscala/collection/mutable/TreeMap<TA;TB;>;Lscala/Option<TA;>;Lscala/Option<TA;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.TreeMap#TreeMapView.this")
method this(Int)Unit in class scala.collection.mutable.ArraySeq has a different signature in current version, where it is [N/A] rather than (I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.ArraySeq.this")
method this()Unit in class scala.collection.mutable.DoubleLinkedList has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.DoubleLinkedList.this")
method this()Unit in class scala.collection.mutable.AbstractSortedSet has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.AbstractSortedSet.this")
method this()Unit in class scala.collection.mutable.ListMap has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.ListMap.this")
method this(scala.collection.mutable.LinkedHashMap,scala.Function1)Unit in class scala.collection.mutable.LinkedHashMap#MappedValues has a different signature in current version, where it is (Lscala/Function1<TB;TC;>;)V rather than (Lscala/collection/mutable/LinkedHashMap<TA;TB;>;Lscala/Function1<TB;TC;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.LinkedHashMap#MappedValues.this")
method this()Unit in class scala.collection.mutable.LinkedList has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.LinkedList.this")
method this()Unit in class scala.collection.mutable.AbstractSet has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.AbstractSet.this")
method this()Unit in class scala.collection.mutable.SynchronizedQueue has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.SynchronizedQueue.this")
method this()Unit in class scala.collection.mutable.ArrayStack has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.ArrayStack.this")
method this(Array[java.lang.Object],Int)Unit in class scala.collection.mutable.ArrayStack has a different signature in current version, where it is [N/A] rather than ([Ljava/lang/Object;I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.collection.mutable.ArrayStack.this")
method this(java.lang.Throwable)Unit in class scala.util.Failure has a different signature in current version, where it is [N/A] rather than (Ljava/lang/Throwable;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.util.Failure.this")
method this(scala.util.Try,scala.Function1)Unit in class scala.util.Try#WithFilter has a different signature in current version, where it is (Lscala/Function1<TT;Ljava/lang/Object;>;)V rather than (Lscala/util/Try<TT;>;Lscala/Function1<TT;Ljava/lang/Object;>;)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.util.Try#WithFilter.this")
method this()Unit in class scala.util.Try has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.util.Try.this")
method this(Int)Unit in class scala.util.MurmurHash has a different signature in current version, where it is [N/A] rather than (I)V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.util.MurmurHash.this")
method this()Unit in class scala.util.Either has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.util.Either.this")
method this()Unit in class scala.util.hashing.ByteswapHashing has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.util.hashing.ByteswapHashing.this")
method this()Unit in class scala.util.hashing.MurmurHash3#ArrayHashing has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.util.hashing.MurmurHash3#ArrayHashing.this")
method this()Unit in class scala.util.hashing.Hashing#Default has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.util.hashing.Hashing#Default.this")
method this()Unit in class scala.util.control.TailCalls#TailRec has a different signature in current version, where it is [N/A] rather than ()V
filter with: ProblemFilters.exclude[IncompatibleSignatureProblem]("scala.util.control.TailCalls#TailRec.this")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment