A C D E G I L N O P R S T U V W 
All Classes All Packages

A

accumulate(Option<Throwable>, Throwable) - Static method in class ch.raffael.meldioc.util.Exceptions
 
accumulate(Try<T>, Throwable) - Static method in class ch.raffael.meldioc.util.Exceptions
 
alwaysRethrow(Throwable) - Static method in class ch.raffael.meldioc.util.Exceptions
 
alwaysRethrow(Throwable, Class<T>) - Static method in class ch.raffael.meldioc.util.Exceptions
 
alwaysRethrow(Throwable, Class<T>, Function<? super Throwable, ? extends T>) - Static method in class ch.raffael.meldioc.util.Exceptions
 
alwaysRethrow(Throwable, Class<T1>, Class<T2>) - Static method in class ch.raffael.meldioc.util.Exceptions
 
alwaysRethrow(Throwable, Class<T1>, Class<T2>, Class<T3>) - Static method in class ch.raffael.meldioc.util.Exceptions
 
alwaysRethrow(Throwable, Class<T1>, Class<T2>, Class<T3>, Function<? super Throwable, ? extends T1>) - Static method in class ch.raffael.meldioc.util.Exceptions
 
alwaysRethrow(Throwable, Class<T1>, Class<T2>, Function<? super Throwable, ? extends T1>) - Static method in class ch.raffael.meldioc.util.Exceptions
 
autoClose(Exceptions.AutoCloser<E>) - Static method in class ch.raffael.meldioc.util.Exceptions
 
awaitTermination(long, TimeUnit) - Method in class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
awaitTermination(long, TimeUnit) - Method in class ch.raffael.meldioc.util.concurrent.SameThreadExecutorService
 

C

camelCaseWords(String) - Static method in class ch.raffael.meldioc.util.Strings
 
cancel(boolean) - Method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture
 
cancel(boolean) - Method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture.Cancelled
 
cancelled() - Static method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture
 
capitalize(CharSequence) - Static method in class ch.raffael.meldioc.util.Strings
 
ch.raffael.meldioc.util - package ch.raffael.meldioc.util
 
ch.raffael.meldioc.util.concurrent - package ch.raffael.meldioc.util.concurrent
 
ch.raffael.meldioc.util.immutables - package ch.raffael.meldioc.util.immutables
 
Classes - Class in ch.raffael.meldioc.util
 
classLoader(Class<?>) - Static method in class ch.raffael.meldioc.util.Classes
 
close() - Method in interface ch.raffael.meldioc.util.Exceptions.AutoCloser
 

D

DEFAULT_BUFFER_SIZE - Static variable in class ch.raffael.meldioc.util.IOStreams
 
dispose() - Method in class ch.raffael.meldioc.util.concurrent.Disposer
 
Disposer - Class in ch.raffael.meldioc.util.concurrent
A simple utility that helps to thread-safely dispose lazy things.
Disposer() - Constructor for class ch.raffael.meldioc.util.concurrent.Disposer
 
Disposer(Object) - Constructor for class ch.raffael.meldioc.util.concurrent.Disposer
 

E

Exceptions - Class in ch.raffael.meldioc.util
Some utilities for dealing with exceptions.
Exceptions.AutoCloser<E extends java.lang.Exception> - Interface in ch.raffael.meldioc.util
 
execute(Runnable) - Method in class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
execute(Runnable) - Method in class ch.raffael.meldioc.util.concurrent.SameThreadExecutorService
 

G

get() - Method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture.Cancelled
 
get() - Method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture
 
get(long, TimeUnit) - Method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture.Cancelled
 
get(long, TimeUnit) - Method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture
 

I

IllegalBuilderStateException - Exception in ch.raffael.meldioc.util.immutables
Thrown when a builder cannot build the object, e.g.
IllegalBuilderStateException() - Constructor for exception ch.raffael.meldioc.util.immutables.IllegalBuilderStateException
 
IllegalBuilderStateException(String) - Constructor for exception ch.raffael.meldioc.util.immutables.IllegalBuilderStateException
 
IllegalBuilderStateException(String, Throwable) - Constructor for exception ch.raffael.meldioc.util.immutables.IllegalBuilderStateException
 
IllegalBuilderStateException(Throwable) - Constructor for exception ch.raffael.meldioc.util.immutables.IllegalBuilderStateException
 
IllegalFlow - Error in ch.raffael.meldioc.util
Some standard exceptions for illegal program control flow.
ImmediateFuture<T> - Class in ch.raffael.meldioc.util.concurrent
A Future implementation that's run immediately in the constructing thread.
ImmediateFuture.Cancelled<T> - Class in ch.raffael.meldioc.util.concurrent
 
Immutable - Annotation Type in ch.raffael.meldioc.util.immutables
Common styles for immutables.
Immutable.Local - Annotation Type in ch.raffael.meldioc.util.immutables
 
Immutable.LocalStyle - Annotation Type in ch.raffael.meldioc.util.immutables
 
Immutable.Public - Annotation Type in ch.raffael.meldioc.util.immutables
 
Immutable.PublicStyle - Annotation Type in ch.raffael.meldioc.util.immutables
 
invokeAll(Collection<? extends Callable<T>>) - Method in class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
invokeAll(Collection<? extends Callable<T>>) - Method in class ch.raffael.meldioc.util.concurrent.SameThreadExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class ch.raffael.meldioc.util.concurrent.SameThreadExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class ch.raffael.meldioc.util.concurrent.SameThreadExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class ch.raffael.meldioc.util.concurrent.SameThreadExecutorService
 
IOStreams - Class in ch.raffael.meldioc.util
Utilties for dealing with I/O streams.
isCancelled() - Method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture.Cancelled
 
isCancelled() - Method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture
 
isDone() - Method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture.Cancelled
 
isDone() - Method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture
 
isFatal(Throwable) - Static method in class ch.raffael.meldioc.util.Exceptions
VirtualMachineError and LinkageError are considered fatal exceptions that no sane program should try to handle.
isShutdown() - Method in class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
isShutdown() - Method in class ch.raffael.meldioc.util.concurrent.SameThreadExecutorService
 
isTerminated() - Method in class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
isTerminated() - Method in class ch.raffael.meldioc.util.concurrent.SameThreadExecutorService
 

L

lock() - Method in class ch.raffael.meldioc.util.concurrent.Disposer
 

N

NonnullByDefault - Annotation Type in ch.raffael.meldioc.util
 
notImplemented() - Static method in error ch.raffael.meldioc.util.IllegalFlow
 
notImplemented(Object) - Static method in error ch.raffael.meldioc.util.IllegalFlow
 

O

of(CheckedFunction0<T>) - Static method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture
 
of(Try<T>) - Static method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture
 
ofCallable(Callable<T>) - Static method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture
 
onDispose(Runnable) - Method in class ch.raffael.meldioc.util.concurrent.Disposer
 
onDispose(T, Runnable) - Method in class ch.raffael.meldioc.util.concurrent.Disposer
 
onDispose(T, Consumer<? super T>) - Method in class ch.raffael.meldioc.util.concurrent.Disposer
 
outermost(Class<?>) - Static method in class ch.raffael.meldioc.util.Classes
 

P

probe(InputStream, byte[], int, BiFunction<? super byte[], Integer, ? extends R>) - Static method in class ch.raffael.meldioc.util.IOStreams
 
probe(InputStream, int, int, BiFunction<? super byte[], Integer, ? extends R>) - Static method in class ch.raffael.meldioc.util.IOStreams
 
probe(InputStream, int, BiFunction<? super byte[], Integer, ? extends R>) - Static method in class ch.raffael.meldioc.util.IOStreams
 
probe(InputStream, Option<R>, byte[], int, BiFunction<? super byte[], Integer, ? extends R>) - Static method in class ch.raffael.meldioc.util.IOStreams
 
probe(InputStream, Option<R>, int, int, BiFunction<? super byte[], Integer, ? extends R>) - Static method in class ch.raffael.meldioc.util.IOStreams
 
probe(InputStream, Option<R>, int, BiFunction<? super byte[], Integer, ? extends R>) - Static method in class ch.raffael.meldioc.util.IOStreams
 

R

readFully(InputStream) - Static method in class ch.raffael.meldioc.util.IOStreams
 
readFully(InputStream, int) - Static method in class ch.raffael.meldioc.util.IOStreams
 
readFully(InputStream, ByteArrayOutputStream, byte[]) - Static method in class ch.raffael.meldioc.util.IOStreams
 
RestrictedExecutorService - Class in ch.raffael.meldioc.util.concurrent
A wrapper for ExecutorService that disables shutdown operations by throwing a SecurityException.
RestrictedExecutorService(ExecutorService) - Constructor for class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
result() - Method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture
 
rethrowIfChecked(E, Class<T>) - Static method in class ch.raffael.meldioc.util.Exceptions
 
rethrowIfChecked(E, Class<T1>, Class<T2>) - Static method in class ch.raffael.meldioc.util.Exceptions
 
rethrowIfChecked(E, Class<T1>, Class<T2>, Class<T3>) - Static method in class ch.raffael.meldioc.util.Exceptions
 
rethrowIfFatal(E) - Static method in class ch.raffael.meldioc.util.Exceptions
 
rethrowIfFatal(E, Throwable) - Static method in class ch.raffael.meldioc.util.Exceptions
 
rethrowIfUnchecked(E) - Static method in class ch.raffael.meldioc.util.Exceptions
 
run(CheckedRunnable) - Static method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture
 
runRunnable(Runnable) - Static method in class ch.raffael.meldioc.util.concurrent.ImmediateFuture
 

S

SameThreadExecutorService - Class in ch.raffael.meldioc.util.concurrent
Executor that runs all tasks in the submitting thread.
SameThreadExecutorService() - Constructor for class ch.raffael.meldioc.util.concurrent.SameThreadExecutorService
 
shutdown() - Method in class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
shutdown() - Method in class ch.raffael.meldioc.util.concurrent.SameThreadExecutorService
 
shutdownNow() - Method in class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
shutdownNow() - Method in class ch.raffael.meldioc.util.concurrent.SameThreadExecutorService
 
Strings - Class in ch.raffael.meldioc.util
Some string utilities for messages.
submit(Runnable) - Method in class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
submit(Runnable) - Method in class ch.raffael.meldioc.util.concurrent.SameThreadExecutorService
 
submit(Runnable, T) - Method in class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
submit(Runnable, T) - Method in class ch.raffael.meldioc.util.concurrent.SameThreadExecutorService
 
submit(Callable<T>) - Method in class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
submit(Callable<T>) - Method in class ch.raffael.meldioc.util.concurrent.SameThreadExecutorService
 

T

toString(Throwable) - Static method in class ch.raffael.meldioc.util.Exceptions
 
toString(Throwable, boolean) - Static method in class ch.raffael.meldioc.util.Exceptions
 
touch(Consumer<? super T>) - Static method in class ch.raffael.meldioc.util.VavrX
 
traversableOf(Iterable<T>) - Static method in class ch.raffael.meldioc.util.VavrX
 
TYPE_ABSTRACT - Static variable in annotation type ch.raffael.meldioc.util.immutables.Immutable
 
TYPE_IMMUTABLE - Static variable in annotation type ch.raffael.meldioc.util.immutables.Immutable
 
TYPE_IMMUTABLE_ENCLOSING - Static variable in annotation type ch.raffael.meldioc.util.immutables.Immutable
 

U

uncapitalize(CharSequence) - Static method in class ch.raffael.meldioc.util.Strings
 
unexpectedException(Throwable) - Static method in error ch.raffael.meldioc.util.IllegalFlow
 
unexpectedException(Throwable, Object) - Static method in error ch.raffael.meldioc.util.IllegalFlow
 
unreachableCode() - Static method in error ch.raffael.meldioc.util.IllegalFlow
 
unreachableCode(Object) - Static method in error ch.raffael.meldioc.util.IllegalFlow
 

V

validate(Predicate<? super T>, Function<? super T, ? extends RuntimeException>) - Static method in class ch.raffael.meldioc.util.VavrX
 
VavrX - Class in ch.raffael.meldioc.util
TODO JavaDoc

W

wrap(ExecutorService) - Static method in class ch.raffael.meldioc.util.concurrent.RestrictedExecutorService
 
A C D E G I L N O P R S T U V W 
All Classes All Packages