A B C D F G I L M N P R S T U W 

A

AbstractThreadLocalContext<T> - Class in nl.talsmasoftware.concurrency.context.threadlocal
Deprecated.
This is the old implementation. Please switch to nl.talsmasoftware.context.threadlocal.AbstractThreadLocalContext
AbstractThreadLocalContext(T) - Constructor for class nl.talsmasoftware.concurrency.context.threadlocal.AbstractThreadLocalContext
Deprecated.
Instantiates a new context with the specified value.

B

BiConsumerWithContext<T,U> - Class in nl.talsmasoftware.concurrency.context.function
Deprecated.
Please swith to nl.talsmasoftware.context.functions.BiConsumerWithContext
BiConsumerWithContext(ContextSnapshot, BiConsumer<T, U>) - Constructor for class nl.talsmasoftware.concurrency.context.function.BiConsumerWithContext
Deprecated.
 
BiFunctionWithContext<IN1,IN2,OUT> - Class in nl.talsmasoftware.concurrency.context.function
Deprecated.
Please swith to nl.talsmasoftware.context.functions.BiFunctionWithContext
BiFunctionWithContext(ContextSnapshot, BiFunction<IN1, IN2, OUT>) - Constructor for class nl.talsmasoftware.concurrency.context.function.BiFunctionWithContext
Deprecated.
 
BinaryOperatorWithContext<T> - Class in nl.talsmasoftware.concurrency.context.function
Deprecated.
Please swith to nl.talsmasoftware.context.functions.BinaryOperatorWithContext
BinaryOperatorWithContext(ContextSnapshot, BinaryOperator<T>) - Constructor for class nl.talsmasoftware.concurrency.context.function.BinaryOperatorWithContext
Deprecated.
 
BiPredicateWithContext<IN1,IN2> - Class in nl.talsmasoftware.concurrency.context.function
Deprecated.
Please switch to nl.talsmasoftware.context.functions.BiPredicateWithContext
BiPredicateWithContext(ContextSnapshot, BiPredicate<IN1, IN2>) - Constructor for class nl.talsmasoftware.concurrency.context.function.BiPredicateWithContext
Deprecated.
 
BooleanSupplierWithContext - Class in nl.talsmasoftware.concurrency.context.function
Deprecated.
Please switch to nl.talsmasoftware.context.functions.BooleanSupplierWithContext
BooleanSupplierWithContext(ContextSnapshot, BooleanSupplier) - Constructor for class nl.talsmasoftware.concurrency.context.function.BooleanSupplierWithContext
Deprecated.
 

C

CallMappingExecutorService - Class in nl.talsmasoftware.concurrency.executors
Deprecated.
Please switch to nl.talsmasoftware.context.delegation.CallMappingExecutorService
CallMappingExecutorService(ExecutorService) - Constructor for class nl.talsmasoftware.concurrency.executors.CallMappingExecutorService
Deprecated.
Constructor to create a new wrapper around the specified service delegate.
close() - Method in interface nl.talsmasoftware.concurrency.context.Context
Deprecated.
Closes this context and restores any context changes made by this object to the way things were before it got created.
close() - Method in class nl.talsmasoftware.concurrency.context.LegacyContext
Deprecated.
 
ConsumerWithContext<T> - Class in nl.talsmasoftware.concurrency.context.function
Deprecated.
Please switch to nl.talsmasoftware.context.functions.ConsumerWithContext
ConsumerWithContext(ContextSnapshot, Consumer<T>) - Constructor for class nl.talsmasoftware.concurrency.context.function.ConsumerWithContext
Deprecated.
 
Context<T> - Interface in nl.talsmasoftware.concurrency.context
Deprecated.
This is the old implementation. Please swith to nl.talsmasoftware.context.Context
ContextAwareCompletableFuture<T> - Class in nl.talsmasoftware.concurrency.futures
Deprecated.
Please switch to nl.talsmasoftware.context.futures.ContextAwareCompletableFuture
ContextAwareCompletableFuture() - Constructor for class nl.talsmasoftware.concurrency.futures.ContextAwareCompletableFuture
Deprecated.
 
ContextAwareExecutorService - Class in nl.talsmasoftware.concurrency.executors
Deprecated.
Please switch to nl.talsmasoftware.context.executors.ContextAwareExecutorService
ContextAwareExecutorService(ExecutorService) - Constructor for class nl.talsmasoftware.concurrency.executors.ContextAwareExecutorService
Deprecated.
 
ContextManager<T> - Interface in nl.talsmasoftware.concurrency.context
Deprecated.
This is the old implementation. Please swith to nl.talsmasoftware.context.ContextManager
ContextManagers - Class in nl.talsmasoftware.concurrency.context
Deprecated.
This is the old implementation. Please swith to nl.talsmasoftware.context.ContextManagers
ContextSnapshot - Interface in nl.talsmasoftware.concurrency.context
Deprecated.
This is the old implementation. Please swith to nl.talsmasoftware.context.ContextSnapshot
createContextSnapshot() - Static method in class nl.talsmasoftware.concurrency.context.ContextManagers
Deprecated.
This is the old implementation. Please swith to nl.talsmasoftware.context.ContextManagers

D

delegate - Variable in class nl.talsmasoftware.concurrency.executors.DelegatingExecutorService
Deprecated.
Please call Wrapper.nonNullDelegate() instead.
delegate - Variable in class nl.talsmasoftware.concurrency.futures.DelegatingFuture
Deprecated.
Please use Wrapper.nonNullDelegate().
DelegatingExecutorService - Class in nl.talsmasoftware.concurrency.executors
Deprecated.
Please switch to nl.talsmasoftware.context.delegation.DelegatingExecutorService
DelegatingExecutorService(ExecutorService) - Constructor for class nl.talsmasoftware.concurrency.executors.DelegatingExecutorService
Deprecated.
 
DelegatingFuture<V> - Class in nl.talsmasoftware.concurrency.futures
Deprecated.
Please switch to nl.talsmasoftware.context.delegation.DelegatingFuture
DelegatingFuture(Future<V>) - Constructor for class nl.talsmasoftware.concurrency.futures.DelegatingFuture
Deprecated.
 

F

FunctionWithContext<IN,OUT> - Class in nl.talsmasoftware.concurrency.context.function
Deprecated.
Please switch to nl.talsmasoftware.context.functions.FunctionWithContext
FunctionWithContext(ContextSnapshot, Function<IN, OUT>) - Constructor for class nl.talsmasoftware.concurrency.context.function.FunctionWithContext
Deprecated.
 

G

getActiveContext() - Method in interface nl.talsmasoftware.concurrency.context.ContextManager
Deprecated.
This method returns the current context, or null if no context is currently active.
getActiveContext() - Method in class nl.talsmasoftware.concurrency.context.LegacyContextManagerBridge
Deprecated.
 
getValue() - Method in interface nl.talsmasoftware.concurrency.context.Context
Deprecated.
Returns the value associated with this context.
getValue() - Method in class nl.talsmasoftware.concurrency.context.LegacyContext
Deprecated.
 

I

initializeNewContext(ContextSnapshot) - Method in class nl.talsmasoftware.concurrency.context.LegacyContextManagerBridge
Deprecated.
 
initializeNewContext(T) - Method in interface nl.talsmasoftware.concurrency.context.ContextManager
Deprecated.
This method initializes a new context containing the specified value.

L

LegacyContext<T> - Class in nl.talsmasoftware.concurrency.context
Deprecated.
This only exists to allows old ContextManagers to delegate to new implementations.
LegacyContext(Context<T>) - Constructor for class nl.talsmasoftware.concurrency.context.LegacyContext
Deprecated.
 
LegacyContextManagerBridge - Class in nl.talsmasoftware.concurrency.context
Deprecated.
This class serves as a 'bridge' to propagate deprecated ContextManagers through the new implementation.
LegacyContextManagerBridge() - Constructor for class nl.talsmasoftware.concurrency.context.LegacyContextManagerBridge
Deprecated.
 

M

map(Runnable) - Method in class nl.talsmasoftware.concurrency.executors.CallMappingExecutorService
Deprecated.
This method was replaced by CallMappingExecutorService.wrap(Runnable).
map(Collection<? extends Callable<T>>) - Method in class nl.talsmasoftware.concurrency.executors.CallMappingExecutorService
Deprecated.
This method was replaced by DelegatingExecutorService.wrapTasks(Collection)

N

nl.talsmasoftware.concurrency.context - package nl.talsmasoftware.concurrency.context
 
nl.talsmasoftware.concurrency.context.function - package nl.talsmasoftware.concurrency.context.function
 
nl.talsmasoftware.concurrency.context.threadlocal - package nl.talsmasoftware.concurrency.context.threadlocal
 
nl.talsmasoftware.concurrency.executors - package nl.talsmasoftware.concurrency.executors
 
nl.talsmasoftware.concurrency.futures - package nl.talsmasoftware.concurrency.futures
 

P

PredicateWithContext<T> - Class in nl.talsmasoftware.concurrency.context.function
Deprecated.
Please switch to nl.talsmasoftware.context.functions.PredicateWithContext
PredicateWithContext(ContextSnapshot, Predicate<T>) - Constructor for class nl.talsmasoftware.concurrency.context.function.PredicateWithContext
Deprecated.
 

R

reactivate() - Method in interface nl.talsmasoftware.concurrency.context.ContextSnapshot
Deprecated.
This method activates all contained values by the snapshot in their respective Context implementations.
RunnableWithContext - Class in nl.talsmasoftware.concurrency.context.function
Deprecated.
Please switch to nl.talsmasoftware.context.functions.RunnableWithContext
RunnableWithContext(ContextSnapshot, Runnable) - Constructor for class nl.talsmasoftware.concurrency.context.function.RunnableWithContext
Deprecated.
 

S

SupplierWithContext<T> - Class in nl.talsmasoftware.concurrency.context.function
Deprecated.
Please switch to nl.talsmasoftware.context.functions.SupplierWithContext
SupplierWithContext(ContextSnapshot, Supplier<T>) - Constructor for class nl.talsmasoftware.concurrency.context.function.SupplierWithContext
Deprecated.
 

T

toString() - Method in class nl.talsmasoftware.concurrency.context.LegacyContext
Deprecated.
 
toString() - Method in class nl.talsmasoftware.concurrency.context.threadlocal.AbstractThreadLocalContext
Deprecated.
 

U

UnaryOperatorWithContext<T> - Class in nl.talsmasoftware.concurrency.context.function
Deprecated.
Please switch to nl.talsmasoftware.context.functions.UnaryOperatorWithContext
UnaryOperatorWithContext(ContextSnapshot, UnaryOperator<T>) - Constructor for class nl.talsmasoftware.concurrency.context.function.UnaryOperatorWithContext
Deprecated.
 

W

wrap(Context<T>) - Static method in class nl.talsmasoftware.concurrency.context.LegacyContext
Deprecated.
 
A B C D F G I L M N P R S T U W 
Skip navigation links

Copyright © 2016–2018 Talsma ICT. All rights reserved.