Uses of Annotation Interface
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 class
A serialization proxy which, in this context, is used to deserialize immutable, linked Lists with final instance fields.(package private) static class
JavaConverters.ListView<T,
C extends Seq<T>> private static final class
A serialization proxy which, in this context, is used to deserialize immutable, linked Lists with final instance fields.private static final class
A serialization proxy which, in this context, is used to deserialize immutable, linked Lists with final instance fields.static final class
A serialization proxy which, in this context, is used to deserialize immutable, linked Streams with final instance fields.private static final class
A 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_DISTANCE
Methods in io.vavr.collection with annotations of type GwtIncompatibleModifier and TypeMethodDescription(package private) static BigDecimal
IteratorModule.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 immutableList
view 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 mutableList
view 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) int
CharSeq.parseUnsignedInt()
Parses thisCharSeq
as a unsigned decimal int by callingInteger.parseUnsignedInt(String)
.int
CharSeq.parseUnsignedInt
(int radix) Parses thisCharSeq
as a unsigned int in the specified radix by callingInteger.parseUnsignedInt(String, int)
.long
CharSeq.parseUnsignedLong()
Parses thisCharSeq
as a unsigned decimal long by callingLong.parseUnsignedLong(String)
.long
CharSeq.parseUnsignedLong
(int radix) Parses thisCharSeq
as 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 void
HashSet.readObject
(ObjectInputStream stream) readObject
method for the serialization proxy pattern.private void
LinkedHashSet.readObject
(ObjectInputStream stream) readObject
method for the serialization proxy pattern.private void
List.Cons.readObject
(ObjectInputStream stream) readObject
method for the serialization proxy pattern.private void
StreamModule.AppendElements.readObject
(ObjectInputStream stream) private void
StreamModule.ConsImpl.readObject
(ObjectInputStream stream) private void
Tree.Node.readObject
(ObjectInputStream stream) readObject
method for the serialization proxy pattern.static <T> PriorityQueue
<T> Returns aPriorityQueue
containingsize
values of a given Functionfunction
over a range of integer values from0
tosize - 1
.private Object
HashSet.writeReplace()
writeReplace
method for the serialization proxy pattern.private Object
LinkedHashSet.writeReplace()
writeReplace
method for the serialization proxy pattern.private Object
List.Cons.writeReplace()
writeReplace
method for the serialization proxy pattern.private Object
StreamModule.AppendElements.writeReplace()
private Object
StreamModule.ConsImpl.writeReplace()
private Object
Tree.Node.writeReplace()
writeReplace
method for the serialization proxy pattern.