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()Creates an immutableListview on top of thisSeq, i.e.Stream.asJava()Vector.asJava()Array.asJavaMutable()Array.asJavaMutable(Consumer<? super List<T>> action) CharSeq.asJavaMutable()CharSeq.asJavaMutable(Consumer<? super List<Character>> action) IndexedSeq.asJavaMutable(Consumer<? super List<T>> action) LinearSeq.asJavaMutable(Consumer<? super List<T>> action) List.asJavaMutable()List.asJavaMutable(Consumer<? super List<T>> action) Queue.asJavaMutable()Queue.asJavaMutable(Consumer<? super List<T>> action) Seq.asJavaMutable()Creates a mutableListview on top of thisSeq, i.e.Seq.asJavaMutable(Consumer<? super List<T>> action) Stream.asJavaMutable()Stream.asJavaMutable(Consumer<? super List<T>> action) Vector.asJavaMutable()Vector.asJavaMutable(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) HashSet.rangeBy(double from, double toExclusive, double step) Iterator.rangeBy(double from, double toExclusive, double step) static LinkedHashSet<Double> LinkedHashSet.rangeBy(double from, double toExclusive, double step) List.rangeBy(double from, double toExclusive, double step) Queue.rangeBy(double from, double toExclusive, double step) Stream.rangeBy(double from, double toExclusive, double step) TreeSet.rangeBy(double from, double toExclusive, double step) Vector.rangeBy(double from, double toExclusive, double step) Array.rangeClosedBy(double from, double toInclusive, double step) HashSet.rangeClosedBy(double from, double toInclusive, double step) Iterator.rangeClosedBy(double from, double toInclusive, double step) static LinkedHashSet<Double> LinkedHashSet.rangeClosedBy(double from, double toInclusive, double step) List.rangeClosedBy(double from, double toInclusive, double step) Queue.rangeClosedBy(double from, double toInclusive, double step) Stream.rangeClosedBy(double from, double toInclusive, double step) TreeSet.rangeClosedBy(double from, double toInclusive, double step) Vector.rangeClosedBy(double from, double toInclusive, double step) 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.