Serialized Form
-
Package io.vavr
-
Class io.vavr.API.Match.Case0 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
f
java.util.function.Function<? super T,? extends R> f
-
pattern
API.Match.Pattern0<T> pattern
-
-
Class io.vavr.API.Match.Case1 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
f
java.util.function.Function<? super T1,? extends R> f
-
pattern
API.Match.Pattern1<T,T1> pattern
-
-
Class io.vavr.API.Match.Case2 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Case3 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Case4 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Case5 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Case6 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Case7 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Case8 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Pattern0 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Pattern1 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Pattern2 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Pattern3 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Pattern4 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Pattern5 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Pattern6 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Pattern7 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.API.Match.Pattern8 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.Lazy extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeObject
@GwtIncompatible("The Java serialization protocol is explicitly not supported") private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Ensures that the value is evaluated before serialization.- Throws:
java.io.IOException
- If an error occurs writing to the stream.
-
-
Serialized Fields
-
value
T value
-
-
Class io.vavr.MatchError extends java.util.NoSuchElementException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
obj
java.lang.Object obj
-
-
Class io.vavr.NotImplementedError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.Tuple0 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Instance control for object serialization.- See Also:
Serializable
-
-
Class io.vavr.Tuple1 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_1
T1 _1
The 1st element of this tuple.
-
-
Class io.vavr.Tuple2 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.Tuple3 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.Tuple4 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.Tuple5 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.Tuple6 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.Tuple7 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.Tuple8 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_1
T1 _1
The 1st element of this tuple. -
_2
T2 _2
The 2nd element of this tuple. -
_3
T3 _3
The 3rd element of this tuple. -
_4
T4 _4
The 4th element of this tuple. -
_5
T5 _5
The 5th element of this tuple. -
_6
T6 _6
The 6th element of this tuple. -
_7
T7 _7
The 7th element of this tuple. -
_8
T8 _8
The 8th element of this tuple.
-
-
-
Package io.vavr.collection
-
Class io.vavr.collection.Array extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
delegate
java.lang.Object[] delegate
-
-
Class io.vavr.collection.ArrayType.BooleanArrayType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.ArrayType.ByteArrayType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.ArrayType.CharArrayType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.ArrayType.DoubleArrayType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.ArrayType.FloatArrayType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.ArrayType.IntArrayType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.ArrayType.LongArrayType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.ArrayType.ObjectArrayType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.ArrayType.ShortArrayType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.BitSetModule.AbstractBitSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.BitSetModule.BitSet1 extends BitSetModule.AbstractBitSet<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
long elements
-
len
int len
-
-
Class io.vavr.collection.BitSetModule.BitSet2 extends BitSetModule.AbstractBitSet<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
elements1
long elements1
-
elements2
long elements2
-
len
int len
-
-
Class io.vavr.collection.BitSetModule.BitSetN extends BitSetModule.AbstractBitSet<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
long[] elements
-
len
int len
-
-
Class io.vavr.collection.CharSeq extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
back
java.lang.String back
-
-
Class io.vavr.collection.HashArrayMappedTrieModule.ArrayNode extends HashArrayMappedTrieModule.AbstractNode<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
count
int count
-
size
int size
-
subNodes
java.lang.Object[] subNodes
-
-
Class io.vavr.collection.HashArrayMappedTrieModule.EmptyNode extends HashArrayMappedTrieModule.AbstractNode<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Instance control for object serialization.- See Also:
Serializable
-
-
Class io.vavr.collection.HashArrayMappedTrieModule.IndexedNode extends HashArrayMappedTrieModule.AbstractNode<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bitmap
int bitmap
-
size
int size
-
subNodes
java.lang.Object[] subNodes
-
-
Class io.vavr.collection.HashArrayMappedTrieModule.LeafList extends HashArrayMappedTrieModule.LeafNode<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hash
int hash
-
key
K key
-
size
int size
-
tail
HashArrayMappedTrieModule.LeafNode<K,V> tail
-
value
V value
-
-
Class io.vavr.collection.HashArrayMappedTrieModule.LeafSingleton extends HashArrayMappedTrieModule.LeafNode<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.HashMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
trie
HashArrayMappedTrie<K,V> trie
-
-
Class io.vavr.collection.HashMultimap extends AbstractMultimap<K,V,HashMultimap<K,V>> implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.HashSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
@GwtIncompatible("The Java serialization protocol is explicitly not supported") private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException
readObject
method for the serialization proxy pattern.Guarantees that the serialization system will never generate a serialized instance of the enclosing class.
- Throws:
java.io.InvalidObjectException
- This method will throw with the message "Proxy required".
-
writeReplace
@GwtIncompatible("The Java serialization protocol is explicitly not supported") private java.lang.Object writeReplace()
writeReplace
method for the serialization proxy pattern.The presence of this method causes the serialization system to emit a SerializationProxy instance instead of an instance of the enclosing class.
-
-
Serialized Fields
-
tree
HashArrayMappedTrie<T,T> tree
-
-
Class io.vavr.collection.LinkedHashMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.LinkedHashMultimap extends AbstractMultimap<K,V,LinkedHashMultimap<K,V>> implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.LinkedHashSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
@GwtIncompatible("The Java serialization protocol is explicitly not supported") private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException
readObject
method for the serialization proxy pattern.Guarantees that the serialization system will never generate a serialized instance of the enclosing class.
- Throws:
java.io.InvalidObjectException
- This method will throw with the message "Proxy required".
-
writeReplace
@GwtIncompatible("The Java serialization protocol is explicitly not supported") private java.lang.Object writeReplace()
writeReplace
method for the serialization proxy pattern.The presence of this method causes the serialization system to emit a SerializationProxy instance instead of an instance of the enclosing class.
-
-
Serialized Fields
-
map
LinkedHashMap<T,java.lang.Object> map
-
-
Class io.vavr.collection.List.Cons extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
@GwtIncompatible("The Java serialization protocol is explicitly not supported") private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException
readObject
method for the serialization proxy pattern.Guarantees that the serialization system will never generate a serialized instance of the enclosing class.
- Throws:
java.io.InvalidObjectException
- This method will throw with the message "Proxy required".
-
writeReplace
@GwtIncompatible("The Java serialization protocol is explicitly not supported") private java.lang.Object writeReplace()
writeReplace
method for the serialization proxy pattern.The presence of this method causes the serialization system to emit a SerializationProxy instance instead of an instance of the enclosing class.
-
-
Serialized Fields
-
Class io.vavr.collection.List.Nil extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Instance control for object serialization.- See Also:
Serializable
-
-
Class io.vavr.collection.PriorityQueue extends AbstractQueue<T,PriorityQueue<T>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
comparator
java.util.Comparator<? super T> comparator
-
forest
Seq<PriorityQueueBase.Node<T>> forest
-
size
int size
-
-
Class io.vavr.collection.Queue extends AbstractQueue<T,Queue<T>> implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.RedBlackTreeModule.Empty extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
comparator
java.util.Comparator<T> comparator
-
-
Class io.vavr.collection.RedBlackTreeModule.Node extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
blackHeight
int blackHeight
-
color
RedBlackTree.Color color
-
empty
RedBlackTreeModule.Empty<T> empty
-
left
RedBlackTree<T> left
-
right
RedBlackTree<T> right
-
size
int size
-
value
T value
-
-
Class io.vavr.collection.Stream.Cons extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.Stream.Empty extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Instance control for object serialization.- See Also:
Serializable
-
-
Class io.vavr.collection.StreamModule.AppendElements extends Stream.Cons<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
@GwtIncompatible("The Java serialization protocol is explicitly not supported") private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException
- Throws:
java.io.InvalidObjectException
-
writeReplace
@GwtIncompatible("The Java serialization protocol is explicitly not supported") private java.lang.Object writeReplace()
-
-
Serialized Fields
-
Class io.vavr.collection.StreamModule.ConsImpl extends Stream.Cons<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
@GwtIncompatible("The Java serialization protocol is explicitly not supported") private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException
- Throws:
java.io.InvalidObjectException
-
writeReplace
@GwtIncompatible("The Java serialization protocol is explicitly not supported") private java.lang.Object writeReplace()
-
-
Class io.vavr.collection.StreamModule.SerializationProxy extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.lang.ClassNotFoundException, java.io.IOException
Read an object from a deserialization stream.- Throws:
java.lang.ClassNotFoundException
- If the object's class read from the stream cannot be found.java.io.InvalidObjectException
- If the stream contains no stream elements.java.io.IOException
- If an error occurs reading from the stream.
-
readResolve
private java.lang.Object readResolve()
readResolve
method for the serialization proxy pattern.Returns a logically equivalent instance of the enclosing class. The presence of this method causes the serialization system to translate the serialization proxy back into an instance of the enclosing class upon deserialization.
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Write an object to a serialization stream.- Throws:
java.io.IOException
- If an error occurs writing to the stream.
-
-
Class io.vavr.collection.Tree.Empty extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Instance control for object serialization.- See Also:
Serializable
-
-
Class io.vavr.collection.Tree.Node extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
@GwtIncompatible("The Java serialization protocol is explicitly not supported") private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException
readObject
method for the serialization proxy pattern.Guarantees that the serialization system will never generate a serialized instance of the enclosing class.
- Throws:
java.io.InvalidObjectException
- This method will throw with the message "Proxy required".
-
writeReplace
@GwtIncompatible("The Java serialization protocol is explicitly not supported") private java.lang.Object writeReplace()
writeReplace
method for the serialization proxy pattern.The presence of this method causes the serialization system to emit a SerializationProxy instance instead of an instance of the enclosing class.
-
-
Serialized Fields
-
Class io.vavr.collection.TreeMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entries
RedBlackTree<Tuple2<K,V>> entries
-
-
Class io.vavr.collection.TreeMap.EntryComparator.Natural extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Instance control for object serialization.- See Also:
Serializable
-
-
Class io.vavr.collection.TreeMap.EntryComparator.Specific extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
keyComparator
java.util.Comparator<K> keyComparator
-
-
Class io.vavr.collection.TreeMultimap extends AbstractMultimap<K,V,TreeMultimap<K,V>> implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.collection.TreeSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
tree
RedBlackTree<T> tree
-
-
Class io.vavr.collection.Vector extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
trie
BitMappedTrie<T> trie
-
-
-
Package io.vavr.control
-
Class io.vavr.control.Either.Left extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
L value
-
-
Class io.vavr.control.Either.Right extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
R value
-
-
Class io.vavr.control.Option.None extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Instance control for object serialization.- See Also:
Serializable
-
-
Class io.vavr.control.Option.Some extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
T value
-
-
Class io.vavr.control.Try.Failure extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cause
java.lang.Throwable cause
-
-
Class io.vavr.control.Try.Success extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
T value
-
-
Class io.vavr.control.Validation.Invalid extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
error
E error
-
-
Class io.vavr.control.Validation.Valid extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
T value
-
-
-
Package io.vavr.test
-
Class io.vavr.test.CheckResult.Erroneous extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.vavr.test.CheckResult.Falsified extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
count
int count
-
propertyName
java.lang.String propertyName
-
sample
Tuple sample
-
-
Class io.vavr.test.CheckResult.Satisfied extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
count
int count
-
exhausted
boolean exhausted
-
propertyName
java.lang.String propertyName
-
-