Deprecated API
Contents
-
Deprecated InterfacesInterfaceDescriptionExperimental APIWill be removed from public API
-
Deprecated ClassesClassDescriptionEither is right-biased. Use
Either.swap()
instead of projections.Either is right-biased. UseEither.swap()
instead of projections.
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionWill be removed in a future version.Will be removed in a future version.Will be removed in a future version.Will be removed in a future version.Will be removed in a future version.Please use
Map.reject(BiPredicate)
Please useMap.rejectKeys(Predicate)
Please useMap.rejectValues(Predicate)
Will be removedWill be removedPlease useMultimap.reject(BiPredicate)
Please useMultimap.rejectKeys(Predicate)
Please useMultimap.rejectValues(Predicate)
Will be removedWill be removedPlease useSeq.reject(Predicate)
Will be removedWill be removedWill be removedRemoved starting with Vavr 0.10.0, useexecutor()
instead.Will be removed. UseFuture.of(callable::call)
instead ofFuture.ofCallable(callable)
.Will be removed. UseFuture.of(executor, callable::call)
instead ofFuture.ofCallable(executor, callable)
.Will be removed. UseFuture.of(executor, supplier::get)
instead ofFuture.ofSupplier(executor, supplier)
.Will be removed. UseFuture.of(supplier::get)
instead ofFuture.ofSupplier(supplier)
.Experimental APIExperimental APIWill be removed. UseFuture.of(runnable::run)
instead ofFuture.runRunnable(runnable)
.Will be removed. UseFuture.of(executor, runnable::run)
instead ofFuture.runRunnable(executor, runnable)
.Removed starting with Vavr 0.10.0, usePromise.executor()
instead.Either is right-biased. UseEither.swap()
instead of projections.Either is right-biased. UseEither.swap()
instead of projections.UseValue.toValidation(Supplier)
instead.UseValue.toValidation(Object)
instead.UseValue.toJavaArray(IntFunction)
insteadUseValue.toEither(Supplier)
instead.UseValue.toEither(Object)
instead.UseValue.toEither(Supplier)
instead.UseValue.toEither(Object)
instead.UseValue.toValidation(Object)
instead.UseValue.toValidation(Supplier)
instead.