Skip navigation links
A B C D E F G H I L M N O P R S T U V W Z 

A

accept(T) - Method in interface de.flapdoodle.types.ThrowingConsumer
 
accept(ThrowingConsumer<T, ? extends Exception>, T) - Static method in class de.flapdoodle.types.Try
 
acceptAllSSLContext() - Static method in class de.flapdoodle.net.Net
 
andFinally(Runnable) - Method in interface de.flapdoodle.types.ThrowingConsumer
 
andFinally(Runnable) - Method in interface de.flapdoodle.types.ThrowingFunction
 
andFinally(Runnable) - Method in interface de.flapdoodle.types.ThrowingRunnable
 
andFinally(Runnable) - Method in interface de.flapdoodle.types.ThrowingSupplier
 
apply(T) - Method in interface de.flapdoodle.types.ThrowingFunction
 
apply(ThrowingFunction<T, R, ? extends Exception>, T) - Static method in class de.flapdoodle.types.Try
 
asObject(Object) - Static method in class de.flapdoodle.checks.Preconditions
 

B

build() - Method in class de.flapdoodle.types.ImmutableNone.Builder
Builds a new ImmutableNone.
build() - Method in class de.flapdoodle.types.ImmutablePair.Builder
Builds a new ImmutablePair.
build() - Method in class de.flapdoodle.types.ImmutableSome.Builder
Builds a new ImmutableSome.
builder() - Static method in class de.flapdoodle.types.ImmutableNone
Creates a builder for ImmutableNone.
builder() - Static method in class de.flapdoodle.types.ImmutablePair
Creates a builder for ImmutablePair.
builder() - Static method in class de.flapdoodle.types.ImmutableSome
Creates a builder for ImmutableSome.

C

checkArgument(boolean, String, Object...) - Static method in class de.flapdoodle.checks.Preconditions
 
checkNotNull(T, String, Object...) - Static method in class de.flapdoodle.checks.Preconditions
 
checkPresent(Optional<T>, String, Object...) - Static method in class de.flapdoodle.checks.Preconditions
 
Comparators - Class in de.flapdoodle.compare
 
Comparators() - Constructor for class de.flapdoodle.compare.Comparators
 
consumer(ThrowingConsumer<T, E>) - Static method in class de.flapdoodle.types.Try
 
copyOf(Maybe.None<T>) - Static method in class de.flapdoodle.types.ImmutableNone
Creates an immutable copy of a Maybe.None value.
copyOf(Pair<FIRST, SECOND>) - Static method in class de.flapdoodle.types.ImmutablePair
Creates an immutable copy of a Pair value.
copyOf(Maybe.Some<T>) - Static method in class de.flapdoodle.types.ImmutableSome
Creates an immutable copy of a Maybe.Some value.

D

de.flapdoodle.checks - package de.flapdoodle.checks
 
de.flapdoodle.compare - package de.flapdoodle.compare
 
de.flapdoodle.net - package de.flapdoodle.net
 
de.flapdoodle.streams - package de.flapdoodle.streams
 
de.flapdoodle.types - package de.flapdoodle.types
 
downloaded(URL, long, long) - Method in interface de.flapdoodle.net.URLConnections.DownloadCopyListener
called on each transfered block
downloadIntoByteArray(URLConnection) - Static method in class de.flapdoodle.net.URLConnections
 
downloadIntoByteArray(URLConnection, URLConnections.DownloadCopyListener) - Static method in class de.flapdoodle.net.URLConnections
 
downloadIntoFile(URLConnection, Path, URLConnections.DownloadCopyListener) - Static method in class de.flapdoodle.net.URLConnections
 
downloadIntoTempFile(URLConnection) - Static method in class de.flapdoodle.net.URLConnections
 
downloadIntoTempFile(URLConnection, URLConnections.DownloadCopyListener) - Static method in class de.flapdoodle.net.URLConnections
 
downloadTo(URLConnection, Path, ThrowingFunction<URLConnection, Path, E>) - Static method in class de.flapdoodle.net.URLConnections
 

E

Either<L,R> - Class in de.flapdoodle.types
 
Either() - Constructor for class de.flapdoodle.types.Either
 
equals(Object) - Method in class de.flapdoodle.types.ImmutableNone
This instance is equal to all instances of ImmutableNone that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.types.ImmutablePair
This instance is equal to all instances of ImmutablePair that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.types.ImmutableSome
This instance is equal to all instances of ImmutableSome that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.types.Optionals.Wrapper
 

F

fallbackTo(BiFunction<Exception, T, R>) - Method in interface de.flapdoodle.types.ThrowingFunction
 
fallbackTo(Function<Exception, T>) - Method in interface de.flapdoodle.types.ThrowingSupplier
 
filter(Predicate<? super T>) - Method in class de.flapdoodle.types.Optionals.Wrapper
 
first(FIRST) - Method in class de.flapdoodle.types.ImmutablePair.Builder
Initializes the value for the first attribute.
first() - Method in class de.flapdoodle.types.ImmutablePair
 
first() - Method in class de.flapdoodle.types.Pair
 
flatMap(ThrowingFunction<? super T, Optional<U>, E>) - Method in class de.flapdoodle.types.Optionals.Wrapper
 
format(String, Object...) - Static method in class de.flapdoodle.checks.Preconditions
 
freeServerPort() - Static method in class de.flapdoodle.net.Net
 
freeServerPort(InetAddress) - Static method in class de.flapdoodle.net.Net
 
from(Maybe.None<T>) - Method in class de.flapdoodle.types.ImmutableNone.Builder
Fill a builder with attribute values from the provided None instance.
from(Pair<FIRST, SECOND>) - Method in class de.flapdoodle.types.ImmutablePair.Builder
Fill a builder with attribute values from the provided Pair instance.
from(Maybe.Some<T>) - Method in class de.flapdoodle.types.ImmutableSome.Builder
Fill a builder with attribute values from the provided Some instance.
function(ThrowingFunction<T, R, E>) - Static method in class de.flapdoodle.types.Try
 

G

get() - Method in class de.flapdoodle.types.Maybe
 
get() - Method in class de.flapdoodle.types.Maybe.None
 
get() - Method in class de.flapdoodle.types.Maybe.Some
 
get() - Method in class de.flapdoodle.types.Optionals.Wrapper
 
get() - Method in interface de.flapdoodle.types.ThrowingSupplier
 
get(ThrowingSupplier<T, ? extends Exception>) - Static method in class de.flapdoodle.types.Try
 
getLocalHost() - Static method in class de.flapdoodle.net.Net
 
getOrThrow(IllegalArgumentException) - Method in class de.flapdoodle.types.Maybe
 

H

hashCode() - Method in class de.flapdoodle.types.ImmutableNone
Returns a constant hash code value.
hashCode() - Method in class de.flapdoodle.types.ImmutablePair
Computes a hash code from attributes: first, second.
hashCode() - Method in class de.flapdoodle.types.ImmutableSome
Computes a hash code from attributes: value.
hashCode() - Method in class de.flapdoodle.types.Optionals.Wrapper
 
hasSome() - Method in class de.flapdoodle.types.Maybe
 
hasSome() - Method in class de.flapdoodle.types.Maybe.None
 
hasSome() - Method in class de.flapdoodle.types.Maybe.Some
 
httpProxy(String, int) - Static method in class de.flapdoodle.net.Proxys
 
httpProxy(String, int, String, String) - Static method in class de.flapdoodle.net.Proxys
 

I

ifAbsent(ThrowingRunnable<E>) - Method in class de.flapdoodle.types.Optionals.Wrapper
 
ifInstance(Object, Class<T>) - Static method in class de.flapdoodle.types.Types
 
ifInstance(Class<D>) - Static method in class de.flapdoodle.types.Types
 
ifPresent(ThrowingConsumer<? super T, E>) - Method in class de.flapdoodle.types.Optionals.Wrapper
 
ImmutableNone<T> - Class in de.flapdoodle.types
Immutable implementation of Maybe.None.
ImmutableNone.Builder<T> - Class in de.flapdoodle.types
Builds instances of type ImmutableNone.
ImmutablePair<FIRST,SECOND> - Class in de.flapdoodle.types
Immutable implementation of Pair.
ImmutablePair.Builder<FIRST,SECOND> - Class in de.flapdoodle.types
Builds instances of type ImmutablePair.
ImmutableSome<T> - Class in de.flapdoodle.types
Immutable implementation of Maybe.Some.
ImmutableSome.Builder<T> - Class in de.flapdoodle.types
Builds instances of type ImmutableSome.
isLeft() - Method in class de.flapdoodle.types.Either
 
isPresent() - Method in class de.flapdoodle.types.Optionals.Wrapper
 

L

lazy(Supplier<?>) - Static method in class de.flapdoodle.checks.Preconditions
 
left() - Method in class de.flapdoodle.types.Either
 
left(L) - Static method in class de.flapdoodle.types.Either
 
localHostByName() - Static method in class de.flapdoodle.net.Net
 
localhostIsIPv6() - Static method in class de.flapdoodle.net.Net
 

M

map(Function<L, T>, Function<R, T>) - Method in class de.flapdoodle.types.Either
 
map(Function<T, R>) - Method in class de.flapdoodle.types.Maybe
 
map(Function<T, R>) - Method in class de.flapdoodle.types.Maybe.None
 
map(Function<T, R>) - Method in class de.flapdoodle.types.Maybe.Some
 
map(Optional<S>, ThrowingFunction<? super S, ? extends D, E>) - Static method in class de.flapdoodle.types.Optionals
 
map(ThrowingFunction<? super T, ? extends U, E>) - Method in class de.flapdoodle.types.Optionals.Wrapper
 
map(Function<FIRST, FIRST_MAPPED>, Function<SECOND, SECOND_MAPPED>) - Method in class de.flapdoodle.types.Pair
 
mapException(Function<Exception, N>) - Method in interface de.flapdoodle.types.ThrowingConsumer
 
mapException(Function<Exception, N>) - Method in interface de.flapdoodle.types.ThrowingFunction
 
mapException(Function<Exception, N>) - Method in interface de.flapdoodle.types.ThrowingRunnable
 
mapException(Function<Exception, N>) - Method in interface de.flapdoodle.types.ThrowingSupplier
 
mapFirst(Function<FIRST, T>) - Method in class de.flapdoodle.types.Pair
 
mapLeft(Function<L, T>) - Method in class de.flapdoodle.types.Either
 
mapRight(Function<R, T>) - Method in class de.flapdoodle.types.Either
 
mapSecond(Function<SECOND, T>) - Method in class de.flapdoodle.types.Pair
 
mapToUncheckedException(Function<Exception, RuntimeException>) - Method in interface de.flapdoodle.types.ThrowingConsumer
 
mapToUncheckedException(Function<Exception, RuntimeException>) - Method in interface de.flapdoodle.types.ThrowingFunction
 
mapToUncheckedException(Function<Exception, RuntimeException>) - Method in interface de.flapdoodle.types.ThrowingRunnable
 
mapToUncheckedException(Function<Exception, RuntimeException>) - Method in interface de.flapdoodle.types.ThrowingSupplier
 
matching(Function<S, Optional<D>>, Comparator<D>) - Static method in class de.flapdoodle.compare.Comparators
 
Maybe<T> - Class in de.flapdoodle.types
 
Maybe() - Constructor for class de.flapdoodle.types.Maybe
 
Maybe.None<T> - Class in de.flapdoodle.types
 
Maybe.Some<T> - Class in de.flapdoodle.types
 

N

Net - Class in de.flapdoodle.net
 
Net() - Constructor for class de.flapdoodle.net.Net
 
none() - Static method in class de.flapdoodle.types.Maybe
 
None() - Constructor for class de.flapdoodle.types.Maybe.None
 
Nullable - Annotation Type in de.flapdoodle.types
 

O

of(Stream<L>, Stream<R>, BiFunction<L, R, Z>) - Static method in class de.flapdoodle.streams.ZipStream
 
of() - Static method in class de.flapdoodle.types.ImmutableNone
Returns the default immutable singleton value of None
of(FIRST, SECOND) - Static method in class de.flapdoodle.types.ImmutablePair
Construct a new immutable Pair instance.
of(T) - Static method in class de.flapdoodle.types.ImmutableSome
Construct a new immutable Some instance.
of(FIRST, SECOND) - Static method in class de.flapdoodle.types.Pair
 
onCheckedException(BiConsumer<Exception, T>) - Method in interface de.flapdoodle.types.ThrowingConsumer
 
onCheckedException(BiConsumer<Exception, T>) - Method in interface de.flapdoodle.types.ThrowingFunction
 
onCheckedException(Consumer<Exception>) - Method in interface de.flapdoodle.types.ThrowingSupplier
 
Optionals - Class in de.flapdoodle.types
 
Optionals.Wrapper<T> - Class in de.flapdoodle.types
 
orElse(T) - Method in class de.flapdoodle.types.Optionals.Wrapper
 
orElseGet(Optional<D>, ThrowingSupplier<? extends D, E>) - Static method in class de.flapdoodle.types.Optionals
 
orElseGet(ThrowingSupplier<? extends T, E>) - Method in class de.flapdoodle.types.Optionals.Wrapper
 
orElseThrow(Supplier<? extends X>) - Method in class de.flapdoodle.types.Optionals.Wrapper
 

P

Pair<FIRST,SECOND> - Class in de.flapdoodle.types
 
Pair() - Constructor for class de.flapdoodle.types.Pair
 
Preconditions - Class in de.flapdoodle.checks
 
Preconditions.LazyArgument - Interface in de.flapdoodle.checks
 
Proxys - Class in de.flapdoodle.net
 
Proxys() - Constructor for class de.flapdoodle.net.Proxys
 

R

right() - Method in class de.flapdoodle.types.Either
 
right(R) - Static method in class de.flapdoodle.types.Either
 
run() - Method in interface de.flapdoodle.types.ThrowingRunnable
 
run(ThrowingRunnable<? extends Exception>) - Static method in class de.flapdoodle.types.Try
 
runable(ThrowingRunnable<E>) - Static method in class de.flapdoodle.types.Try
 

S

second(SECOND) - Method in class de.flapdoodle.types.ImmutablePair.Builder
Initializes the value for the second attribute.
second() - Method in class de.flapdoodle.types.ImmutablePair
 
second() - Method in class de.flapdoodle.types.Pair
 
some(T) - Static method in class de.flapdoodle.types.Maybe
 
Some() - Constructor for class de.flapdoodle.types.Maybe.Some
 
stream() - Method in class de.flapdoodle.types.Optionals.Wrapper
 
streamOf(Optional<T>) - Static method in class de.flapdoodle.types.Optionals
 
Streams - Class in de.flapdoodle.streams
 
Streams() - Constructor for class de.flapdoodle.streams.Streams
 
supplier(ThrowingSupplier<T, E>) - Static method in class de.flapdoodle.types.Try
 

T

ThrowingConsumer<T,E extends Exception> - Interface in de.flapdoodle.types
 
ThrowingFunction<T,R,E extends Exception> - Interface in de.flapdoodle.types
 
ThrowingRunnable<E extends Exception> - Interface in de.flapdoodle.types
 
ThrowingSupplier<T,E extends Exception> - Interface in de.flapdoodle.types
 
toString() - Method in class de.flapdoodle.types.ImmutableNone
Prints the immutable value None.
toString() - Method in class de.flapdoodle.types.ImmutablePair
Prints the immutable value Pair with attribute values.
toString() - Method in class de.flapdoodle.types.ImmutableSome
Prints the immutable value Some with attribute values.
toString() - Method in class de.flapdoodle.types.Optionals.Wrapper
 
Try - Class in de.flapdoodle.types
 
Try() - Constructor for class de.flapdoodle.types.Try
 
Types - Class in de.flapdoodle.types
 
Types() - Constructor for class de.flapdoodle.types.Types
 

U

urlConnectionOf(URL) - Static method in class de.flapdoodle.net.URLConnections
 
urlConnectionOf(URL, Proxy) - Static method in class de.flapdoodle.net.URLConnections
 
URLConnections - Class in de.flapdoodle.net
 
URLConnections() - Constructor for class de.flapdoodle.net.URLConnections
 
URLConnections.DownloadCopyListener - Interface in de.flapdoodle.net
 

V

value(T) - Method in class de.flapdoodle.types.ImmutableSome.Builder
Initializes the value for the value attribute.
value() - Method in class de.flapdoodle.types.ImmutableSome
 
value() - Method in class de.flapdoodle.types.Maybe.Some
 

W

with(Optional<T>) - Static method in class de.flapdoodle.types.Optionals
 
withFirst(FIRST) - Method in class de.flapdoodle.types.ImmutablePair
Copy the current immutable object by setting a value for the first attribute.
withSecond(SECOND) - Method in class de.flapdoodle.types.ImmutablePair
Copy the current immutable object by setting a value for the second attribute.
withValue(T) - Method in class de.flapdoodle.types.ImmutableSome
Copy the current immutable object by setting a value for the value attribute.
Wrapped - Annotation Type in de.flapdoodle.types
 
Wrapper(Optional<T>) - Constructor for class de.flapdoodle.types.Optionals.Wrapper
 

Z

ZipStream - Class in de.flapdoodle.streams
 
zipStreamOf(Stream<L>, Stream<R>, BiFunction<L, R, Z>) - Static method in class de.flapdoodle.streams.Streams
 
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2023. All rights reserved.