All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description CheckedConsumer<T> A function that consumes an argument, returns nothing and may throw anException
.CheckedFunction<T,R> A Function which may throw.CheckedPredicate<T> A Predicate which may throw.CheckedRunnable A Runnable which may throw.Either<L,R> Either represents a value of two possible types.IndexedSeq<T> Iterable<T> Extension of the well-known JavaIterable
in the sense that a rich VavrIterator
is returned byIterable.iterator()
.Iterator<T> LinearSeq<T> Map<K,V> NonFatalException Option<T> Replacement forOptional
.Seq<T> Set<T> SortedMap<K,V> SortedSet<T> Traversable<T> Try<T> TheTry
control gives us the ability to write safe code without focusing on try-catch blocks in the presence of exceptions.Tuple2<T1,T2>