Uses of Annotation Type
io.vavr.collection.GwtIncompatible
Packages that use GwtIncompatible
-
Uses of GwtIncompatible in io.vavr.collection
Classes in io.vavr.collection with annotations of type GwtIncompatibleModifier and TypeClassDescriptionprivate static final classA serialization proxy which, in this context, is used to deserialize immutable, linked Lists with final instance fields.(package private) static classJavaConverters.ListView<T,C extends Seq<T>> private static final classA serialization proxy which, in this context, is used to deserialize immutable, linked Lists with final instance fields.private static final classA serialization proxy which, in this context, is used to deserialize immutable, linked Lists with final instance fields.static final classA serialization proxy which, in this context, is used to deserialize immutable, linked Streams with final instance fields.private static final classA serialization proxy which, in this context, is used to deserialize immutable nodes with final instance fields.Fields in io.vavr.collection with annotations of type GwtIncompatibleModifier and TypeFieldDescriptionprivate static final Lazy<BigDecimal> IteratorModule.BigDecimalHelper.INFINITY_DISTANCEMethods in io.vavr.collection with annotations of type GwtIncompatibleModifier and TypeMethodDescription(package private) static BigDecimalIteratorModule.BigDecimalHelper.asDecimal(double number) Array.asJava()CharSeq.asJava()(package private) static <T,C extends Seq<T>>
CCollections.asJava(C source, Consumer<? super List<T>> action, JavaConverters.ChangePolicy changePolicy) (package private) static <T,C extends Seq<T>>
JavaConverters.ListView<T, C> JavaConverters.asJava(C seq, JavaConverters.ChangePolicy changePolicy) List.asJava()Queue.asJava()Seq.asJava()Returns an immutableListview of thisSeq.Stream.asJava()Vector.asJava()Array.asJavaMutable()Array.asJavaMutable(@NonNull Consumer<? super List<T>> action) CharSeq.asJavaMutable()CharSeq.asJavaMutable(@NonNull Consumer<? super List<Character>> action) IndexedSeq.asJavaMutable(@NonNull Consumer<? super List<T>> action) LinearSeq.asJavaMutable(@NonNull Consumer<? super List<T>> action) List.asJavaMutable()List.asJavaMutable(@NonNull Consumer<? super List<T>> action) Queue.asJavaMutable()Queue.asJavaMutable(@NonNull Consumer<? super List<T>> action) Seq.asJavaMutable()Returns a mutableListview of thisSeq.Seq.asJavaMutable(@NonNull Consumer<? super List<T>> action) Stream.asJavaMutable()Stream.asJavaMutable(@NonNull Consumer<? super List<T>> action) Vector.asJavaMutable()Vector.asJavaMutable(@NonNull Consumer<? super List<T>> action) static <T> PriorityQueue<T> static <T> PriorityQueue<T> PriorityQueue.fill(int size, T element) intCharSeq.parseUnsignedInt()Parses thisCharSeqas a unsigned decimal int by callingInteger.parseUnsignedInt(String).intCharSeq.parseUnsignedInt(int radix) Parses thisCharSeqas a unsigned int in the specified radix by callingInteger.parseUnsignedInt(String, int).longCharSeq.parseUnsignedLong()Parses thisCharSeqas a unsigned decimal long by callingLong.parseUnsignedLong(String).longCharSeq.parseUnsignedLong(int radix) Parses thisCharSeqas a unsigned long in the specified radix by callingLong.parseUnsignedLong(String, int).Array.rangeBy(double from, double toExclusive, double step) Creates an Array of double numbers starting fromfrom, extending totoExclusive - 1, withstep.HashSet.rangeBy(double from, double toExclusive, double step) Creates a HashSet of double numbers starting fromfrom, extending totoExclusive - 1, withstep.Iterator.rangeBy(double from, double toExclusive, double step) Creates anIteratorof double values starting fromfrom(inclusive) up totoExclusive(exclusive), advancing by the specifiedstep.static LinkedHashSet<Double> LinkedHashSet.rangeBy(double from, double toExclusive, double step) Creates a LinkedHashSet of double numbers starting fromfrom, extending totoExclusive - 1, withstep.List.rangeBy(double from, double toExclusive, double step) Creates a List of double numbers starting fromfrom, extending up to but not includingtoExclusive, withstep.Queue.rangeBy(double from, double toExclusive, double step) Creates a Queue of double values starting fromfrom(inclusive) up totoExclusive(exclusive), advancing by the specifiedstep.Stream.rangeBy(double from, double toExclusive, double step) Creates a Stream of double numbers starting fromfrom, extending up to but not includingtoExclusive, withstep.TreeSet.rangeBy(double from, double toExclusive, double step) Creates a TreeSet of double numbers starting fromfrom, extending up to (but not including)toExclusive, withstep.Vector.rangeBy(double from, double toExclusive, double step) Creates a Vector of double numbers starting fromfrom, extending up to (but not including)toExclusive, withstep.Array.rangeClosedBy(double from, double toInclusive, double step) Creates an Array of double numbers starting fromfrom, extending totoInclusive, withstep.HashSet.rangeClosedBy(double from, double toInclusive, double step) Creates a HashSet of double numbers starting fromfrom, extending totoInclusive, withstep.Iterator.rangeClosedBy(double from, double toInclusive, double step) Creates anIteratorof double values starting fromfrom(inclusive) up totoInclusive(inclusive), advancing by the specifiedstep.static LinkedHashSet<Double> LinkedHashSet.rangeClosedBy(double from, double toInclusive, double step) Creates a LinkedHashSet of double numbers starting fromfrom, extending totoInclusive, withstep.List.rangeClosedBy(double from, double toInclusive, double step) Creates a List of double numbers starting fromfrom, extending totoInclusive, withstep.Queue.rangeClosedBy(double from, double toInclusive, double step) Creates a Queue of double values starting fromfrom(inclusive) up totoInclusive(inclusive), advancing by the specifiedstep.Stream.rangeClosedBy(double from, double toInclusive, double step) Creates a Stream of double values starting fromfrom, extending totoInclusive, withstep.TreeSet.rangeClosedBy(double from, double toInclusive, double step) Creates a TreeSet of double numbers starting fromfrom, extending totoInclusive, withstep.Vector.rangeClosedBy(double from, double toInclusive, double step) Creates a Vector of double numbers starting fromfrom, extending totoInclusive, withstep.private voidHashSet.readObject(ObjectInputStream stream) readObjectmethod for the serialization proxy pattern.private voidLinkedHashSet.readObject(ObjectInputStream stream) readObjectmethod for the serialization proxy pattern.private voidList.Cons.readObject(ObjectInputStream stream) readObjectmethod for the serialization proxy pattern.private voidStreamModule.AppendElements.readObject(ObjectInputStream stream) private voidStreamModule.ConsImpl.readObject(ObjectInputStream stream) private voidTree.Node.readObject(ObjectInputStream stream) readObjectmethod for the serialization proxy pattern.static <T> PriorityQueue<T> Returns aPriorityQueuecontainingsizevalues of a given Functionfunctionover a range of integer values from0tosize - 1.private ObjectHashSet.writeReplace()writeReplacemethod for the serialization proxy pattern.private ObjectLinkedHashSet.writeReplace()writeReplacemethod for the serialization proxy pattern.private ObjectList.Cons.writeReplace()writeReplacemethod for the serialization proxy pattern.private ObjectStreamModule.AppendElements.writeReplace()private ObjectStreamModule.ConsImpl.writeReplace()private ObjectTree.Node.writeReplace()writeReplacemethod for the serialization proxy pattern.