Skip navigation links
A B C D E F G H I K 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
 
add(TypeInfo<T>, K, T) - Method in class de.flapdoodle.collections.ImmutableTypedMap
 
addAll(TypeInfo<T>, Map<K, T>) - Method in class de.flapdoodle.collections.ImmutableTypedMap
 
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
 
asImmutable() - Method in class de.flapdoodle.collections.MutableTypedMap
 
asMutable() - Method in class de.flapdoodle.collections.ImmutableTypedMap
 
asObject(Object) - Static method in class de.flapdoodle.checks.Preconditions
 

B

build() - Method in class de.flapdoodle.collections.GeneratedImmutableTypedMap.Builder
build() - Method in class de.flapdoodle.reflection.ImmutableClassTypeInfo.Builder
build() - Method in class de.flapdoodle.reflection.ImmutableListTypeInfo.Builder
Builds a new ImmutableListTypeInfo.
build() - Method in class de.flapdoodle.reflection.ImmutableMapTypeInfo.Builder
Builds a new ImmutableMapTypeInfo.
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.ImmutablePairTypeInfo.Builder
Builds a new ImmutablePairTypeInfo.
build() - Method in class de.flapdoodle.types.ImmutableSome.Builder
Builds a new ImmutableSome.
builder() - Static method in class de.flapdoodle.collections.GeneratedImmutableTypedMap
Creates a builder for GeneratedImmutableTypedMap.
builder() - Static method in class de.flapdoodle.reflection.ImmutableClassTypeInfo
Creates a builder for ImmutableClassTypeInfo.
builder() - Static method in class de.flapdoodle.reflection.ImmutableListTypeInfo
Creates a builder for ImmutableListTypeInfo.
builder() - Static method in class de.flapdoodle.reflection.ImmutableMapTypeInfo
Creates a builder for ImmutableMapTypeInfo.
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.ImmutablePairTypeInfo
Creates a builder for ImmutablePairTypeInfo.
builder() - Static method in class de.flapdoodle.types.ImmutableSome
Creates a builder for ImmutableSome.

C

cast(Object) - Method in class de.flapdoodle.reflection.ClassTypeInfo
 
cast(Object) - Method in class de.flapdoodle.reflection.ListTypeInfo
 
cast(Object) - Method in class de.flapdoodle.reflection.MapTypeInfo
 
cast(Object) - Method in interface de.flapdoodle.reflection.TypeInfo
 
cast(Object) - Method in class de.flapdoodle.types.Pair.PairTypeInfo
 
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
 
ClassTypeInfo<T> - Class in de.flapdoodle.reflection
 
ClassTypeInfo() - Constructor for class de.flapdoodle.reflection.ClassTypeInfo
 
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(ImmutableTypedMap<K>) - Static method in class de.flapdoodle.collections.GeneratedImmutableTypedMap
Creates an immutable copy of a ImmutableTypedMap value.
copyOf(TypedMap<K>) - Static method in class de.flapdoodle.collections.ImmutableTypedMap
 
copyOf(ClassTypeInfo<T>) - Static method in class de.flapdoodle.reflection.ImmutableClassTypeInfo
Creates an immutable copy of a ClassTypeInfo value.
copyOf(ListTypeInfo<T>) - Static method in class de.flapdoodle.reflection.ImmutableListTypeInfo
Creates an immutable copy of a ListTypeInfo value.
copyOf(MapTypeInfo<K, V>) - Static method in class de.flapdoodle.reflection.ImmutableMapTypeInfo
Creates an immutable copy of a MapTypeInfo value.
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(Pair.PairTypeInfo<FIRST, SECOND>) - Static method in class de.flapdoodle.types.ImmutablePairTypeInfo
Creates an immutable copy of a Pair.PairTypeInfo 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.collections - package de.flapdoodle.collections
 
de.flapdoodle.compare - package de.flapdoodle.compare
 
de.flapdoodle.hash - package de.flapdoodle.hash
 
de.flapdoodle.net - package de.flapdoodle.net
 
de.flapdoodle.reflection - package de.flapdoodle.reflection
 
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
 
elements(TypeInfo<T>) - Method in class de.flapdoodle.reflection.ImmutableListTypeInfo.Builder
Initializes the value for the elements attribute.
elements() - Method in class de.flapdoodle.reflection.ImmutableListTypeInfo
 
elements() - Method in class de.flapdoodle.reflection.ListTypeInfo
 
empty() - Static method in class de.flapdoodle.collections.ImmutableTypedMap
 
empty() - Static method in class de.flapdoodle.collections.MutableTypedMap
 
equals(Object) - Method in class de.flapdoodle.collections.GeneratedImmutableTypedMap
This instance is equal to all instances of GeneratedImmutableTypedMap that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.reflection.ImmutableClassTypeInfo
This instance is equal to all instances of ImmutableClassTypeInfo that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.reflection.ImmutableListTypeInfo
This instance is equal to all instances of ImmutableListTypeInfo that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.reflection.ImmutableMapTypeInfo
This instance is equal to all instances of ImmutableMapTypeInfo that have equal attribute values.
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.ImmutablePairTypeInfo
This instance is equal to all instances of ImmutablePairTypeInfo 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(TypeInfo<FIRST>) - Method in class de.flapdoodle.types.ImmutablePairTypeInfo.Builder
Initializes the value for the first attribute.
first() - Method in class de.flapdoodle.types.ImmutablePairTypeInfo
 
first() - Method in class de.flapdoodle.types.Pair
 
first() - Method in class de.flapdoodle.types.Pair.PairTypeInfo
 
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(ImmutableTypedMap<K>) - Method in class de.flapdoodle.collections.GeneratedImmutableTypedMap.Builder
Fill a builder with attribute values from the provided ImmutableTypedMap instance.
from(ClassTypeInfo<T>) - Method in class de.flapdoodle.reflection.ImmutableClassTypeInfo.Builder
Fill a builder with attribute values from the provided ClassTypeInfo instance.
from(ListTypeInfo<T>) - Method in class de.flapdoodle.reflection.ImmutableListTypeInfo.Builder
Fill a builder with attribute values from the provided ListTypeInfo instance.
from(MapTypeInfo<K, V>) - Method in class de.flapdoodle.reflection.ImmutableMapTypeInfo.Builder
Fill a builder with attribute values from the provided MapTypeInfo instance.
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(Pair.PairTypeInfo<FIRST, SECOND>) - Method in class de.flapdoodle.types.ImmutablePairTypeInfo.Builder
Fill a builder with attribute values from the provided PairTypeInfo 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

GeneratedImmutableTypedMap<K> - Class in de.flapdoodle.collections
Immutable implementation of ImmutableTypedMap.
GeneratedImmutableTypedMap.Builder<K> - Class in de.flapdoodle.collections
Builds instances of type GeneratedImmutableTypedMap.
get(TypeInfo<T>, K) - Method in class de.flapdoodle.collections.ImmutableTypedMap
 
get(TypeInfo<T>, K) - Method in class de.flapdoodle.collections.MutableTypedMap
 
get(TypeInfo<T>, K) - Method in interface de.flapdoodle.collections.TypedMap
 
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

hashAsString() - Method in class de.flapdoodle.hash.Hasher
 
hashCode() - Method in class de.flapdoodle.collections.GeneratedImmutableTypedMap
Computes a hash code from attributes: map.
hashCode() - Method in class de.flapdoodle.reflection.ImmutableClassTypeInfo
Computes a hash code from attributes: type.
hashCode() - Method in class de.flapdoodle.reflection.ImmutableListTypeInfo
Computes a hash code from attributes: elements.
hashCode() - Method in class de.flapdoodle.reflection.ImmutableMapTypeInfo
Computes a hash code from attributes: key, value.
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.ImmutablePairTypeInfo
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
 
Hasher - Class in de.flapdoodle.hash
 
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) - Method in interface de.flapdoodle.reflection.TypeInfo
 
ifInstance(Object, Class<T>) - Static method in class de.flapdoodle.types.Types
Deprecated.
ifInstance(Class<D>) - Static method in class de.flapdoodle.types.Types
Deprecated.
ifPresent(ThrowingConsumer<? super T, E>) - Method in class de.flapdoodle.types.Optionals.Wrapper
 
immutable() - Static method in interface de.flapdoodle.collections.TypedMap
 
ImmutableClassTypeInfo<T> - Class in de.flapdoodle.reflection
Immutable implementation of ClassTypeInfo.
ImmutableClassTypeInfo.Builder<T> - Class in de.flapdoodle.reflection
Builds instances of type ImmutableClassTypeInfo.
ImmutableListTypeInfo<T> - Class in de.flapdoodle.reflection
Immutable implementation of ListTypeInfo.
ImmutableListTypeInfo.Builder<T> - Class in de.flapdoodle.reflection
Builds instances of type ImmutableListTypeInfo.
ImmutableMapTypeInfo<K,V> - Class in de.flapdoodle.reflection
Immutable implementation of MapTypeInfo.
ImmutableMapTypeInfo.Builder<K,V> - Class in de.flapdoodle.reflection
Builds instances of type ImmutableMapTypeInfo.
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.
ImmutablePairTypeInfo<FIRST,SECOND> - Class in de.flapdoodle.types
Immutable implementation of Pair.PairTypeInfo.
ImmutablePairTypeInfo.Builder<FIRST,SECOND> - Class in de.flapdoodle.types
Builds instances of type ImmutablePairTypeInfo.
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.
ImmutableTypedMap<K> - Class in de.flapdoodle.collections
 
ImmutableTypedMap() - Constructor for class de.flapdoodle.collections.ImmutableTypedMap
 
instance() - Static method in class de.flapdoodle.hash.Hasher
 
isAssignable(TypeInfo<?>) - Method in class de.flapdoodle.reflection.ClassTypeInfo
 
isAssignable(TypeInfo<?>) - Method in class de.flapdoodle.reflection.ListTypeInfo
 
isAssignable(TypeInfo<?>) - Method in class de.flapdoodle.reflection.MapTypeInfo
 
isAssignable(TypeInfo<?>) - Method in interface de.flapdoodle.reflection.TypeInfo
 
isAssignable(TypeInfo<?>) - Method in class de.flapdoodle.types.Pair.PairTypeInfo
 
isInstance(Object) - Method in class de.flapdoodle.reflection.ClassTypeInfo
 
isInstance(Object) - Method in class de.flapdoodle.reflection.ListTypeInfo
 
isInstance(Object) - Method in class de.flapdoodle.reflection.MapTypeInfo
 
isInstance(Object) - Method in interface de.flapdoodle.reflection.TypeInfo
 
isInstance(Object) - Method in class de.flapdoodle.types.Pair.PairTypeInfo
 
isLeft() - Method in class de.flapdoodle.types.Either
 
isPresent() - Method in class de.flapdoodle.types.Optionals.Wrapper
 

K

key(TypeInfo<K>) - Method in class de.flapdoodle.reflection.ImmutableMapTypeInfo.Builder
Initializes the value for the key attribute.
key() - Method in class de.flapdoodle.reflection.ImmutableMapTypeInfo
 
key() - Method in class de.flapdoodle.reflection.MapTypeInfo
 
keySet() - Method in class de.flapdoodle.collections.GeneratedImmutableTypedMap
Returns a lazily initialized value of the keySet attribute.
keySet() - Method in class de.flapdoodle.collections.ImmutableTypedMap
 
keySet() - Method in class de.flapdoodle.collections.MutableTypedMap
 
keySet() - Method in interface de.flapdoodle.collections.TypedMap
 

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
 
listOf(TypeInfo<T>) - Static method in interface de.flapdoodle.reflection.TypeInfo
 
ListTypeInfo<T> - Class in de.flapdoodle.reflection
 
ListTypeInfo() - Constructor for class de.flapdoodle.reflection.ListTypeInfo
 
localHostByName() - Static method in class de.flapdoodle.net.Net
 
localhostIsIPv6() - Static method in class de.flapdoodle.net.Net
 

M

map(Map<? extends Pair<K, ? extends TypeInfo<?>>, ? extends Object>) - Method in class de.flapdoodle.collections.GeneratedImmutableTypedMap.Builder
Sets or replaces all mappings from the specified map as entries for the map map.
map() - Method in class de.flapdoodle.collections.GeneratedImmutableTypedMap
 
map() - Method in class de.flapdoodle.collections.ImmutableTypedMap
 
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
 
mapOf(TypeInfo<K>, TypeInfo<V>) - Static method in interface de.flapdoodle.reflection.TypeInfo
 
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
 
MapTypeInfo<K,V> - Class in de.flapdoodle.reflection
 
MapTypeInfo() - Constructor for class de.flapdoodle.reflection.MapTypeInfo
 
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
 
md5Instance() - Static method in class de.flapdoodle.hash.Hasher
 
mutable() - Static method in interface de.flapdoodle.collections.TypedMap
 
MutableTypedMap<K> - Class in de.flapdoodle.collections
 
MutableTypedMap() - Constructor for class de.flapdoodle.collections.MutableTypedMap
 
MutableTypedMap(Map<Pair<K, ? extends TypeInfo<?>>, Object>) - Constructor for class de.flapdoodle.collections.MutableTypedMap
 

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(TypeInfo<T>, K, T) - Static method in class de.flapdoodle.collections.ImmutableTypedMap
 
of(TypeInfo<T>, Map<K, T>) - Static method in class de.flapdoodle.collections.ImmutableTypedMap
 
of(Class<T>) - Static method in class de.flapdoodle.reflection.ImmutableClassTypeInfo
Construct a new immutable ClassTypeInfo instance.
of(TypeInfo<T>) - Static method in class de.flapdoodle.reflection.ImmutableListTypeInfo
Construct a new immutable ListTypeInfo instance.
of(TypeInfo<K>, TypeInfo<V>) - Static method in class de.flapdoodle.reflection.ImmutableMapTypeInfo
Construct a new immutable MapTypeInfo instance.
of(Class<T>) - Static method in interface de.flapdoodle.reflection.TypeInfo
 
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(TypeInfo<FIRST>, TypeInfo<SECOND>) - Static method in class de.flapdoodle.types.ImmutablePairTypeInfo
Construct a new immutable PairTypeInfo 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
 
Pair.PairTypeInfo<FIRST,SECOND> - Class in de.flapdoodle.types
 
PairTypeInfo() - Constructor for class de.flapdoodle.types.Pair.PairTypeInfo
 
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
 
put(TypeInfo<T>, K, T) - Method in class de.flapdoodle.collections.MutableTypedMap
 
putAll(TypeInfo<T>, Map<K, T>) - Method in class de.flapdoodle.collections.MutableTypedMap
 
putAllMap(Map<? extends Pair<K, ? extends TypeInfo<?>>, ? extends Object>) - Method in class de.flapdoodle.collections.GeneratedImmutableTypedMap.Builder
Put all mappings from the specified map as entries to map map.
putMap(Pair<K, ? extends TypeInfo<?>>, Object) - Method in class de.flapdoodle.collections.GeneratedImmutableTypedMap.Builder
Put one entry to the map map.
putMap(Map.Entry<? extends Pair<K, ? extends TypeInfo<?>>, ? extends Object>) - Method in class de.flapdoodle.collections.GeneratedImmutableTypedMap.Builder
Put one entry to the map map.

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(TypeInfo<SECOND>) - Method in class de.flapdoodle.types.ImmutablePairTypeInfo.Builder
Initializes the value for the second attribute.
second() - Method in class de.flapdoodle.types.ImmutablePairTypeInfo
 
second() - Method in class de.flapdoodle.types.Pair.PairTypeInfo
 
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.collections.GeneratedImmutableTypedMap
Prints the immutable value ImmutableTypedMap with attribute values.
toString() - Method in class de.flapdoodle.reflection.ImmutableClassTypeInfo
Prints the immutable value ClassTypeInfo with attribute values.
toString() - Method in class de.flapdoodle.reflection.ImmutableListTypeInfo
Prints the immutable value ListTypeInfo with attribute values.
toString() - Method in class de.flapdoodle.reflection.ImmutableMapTypeInfo
Prints the immutable value MapTypeInfo with attribute values.
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.ImmutablePairTypeInfo
Prints the immutable value PairTypeInfo 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
 
type() - Method in class de.flapdoodle.reflection.ClassTypeInfo
 
type(Class<T>) - Method in class de.flapdoodle.reflection.ImmutableClassTypeInfo.Builder
Initializes the value for the type attribute.
type() - Method in class de.flapdoodle.reflection.ImmutableClassTypeInfo
 
TypedMap<K> - Interface in de.flapdoodle.collections
 
TypeInfo<T> - Interface in de.flapdoodle.reflection
 
typeInfo(TypeInfo<FIRST>, TypeInfo<SECOND>) - Static method in class de.flapdoodle.types.Pair
 
typeInfo(Class<FIRST>, Class<SECOND>) - Static method in class de.flapdoodle.types.Pair
 
Types - Class in de.flapdoodle.types
 
Types() - Constructor for class de.flapdoodle.types.Types
 

U

update(String, Charset) - Method in class de.flapdoodle.hash.Hasher
 
update(String) - Method in class de.flapdoodle.hash.Hasher
 
update(byte[]) - Method in class de.flapdoodle.hash.Hasher
 
update(ByteBuffer) - Method in class de.flapdoodle.hash.Hasher
 
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(TypeInfo<V>) - Method in class de.flapdoodle.reflection.ImmutableMapTypeInfo.Builder
Initializes the value for the value attribute.
value() - Method in class de.flapdoodle.reflection.ImmutableMapTypeInfo
 
value() - Method in class de.flapdoodle.reflection.MapTypeInfo
 
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
 
withElements(TypeInfo<T>) - Method in class de.flapdoodle.reflection.ImmutableListTypeInfo
Copy the current immutable object by setting a value for the elements attribute.
withFirst(FIRST) - Method in class de.flapdoodle.types.ImmutablePair
Copy the current immutable object by setting a value for the first attribute.
withFirst(TypeInfo<FIRST>) - Method in class de.flapdoodle.types.ImmutablePairTypeInfo
Copy the current immutable object by setting a value for the first attribute.
withKey(TypeInfo<K>) - Method in class de.flapdoodle.reflection.ImmutableMapTypeInfo
Copy the current immutable object by setting a value for the key attribute.
withMap(Map<? extends Pair<K, ? extends TypeInfo<?>>, ? extends Object>) - Method in class de.flapdoodle.collections.GeneratedImmutableTypedMap
Copy the current immutable object by replacing the map map with the specified map.
withSecond(SECOND) - Method in class de.flapdoodle.types.ImmutablePair
Copy the current immutable object by setting a value for the second attribute.
withSecond(TypeInfo<SECOND>) - Method in class de.flapdoodle.types.ImmutablePairTypeInfo
Copy the current immutable object by setting a value for the second attribute.
withType(Class<T>) - Method in class de.flapdoodle.reflection.ImmutableClassTypeInfo
Copy the current immutable object by setting a value for the type attribute.
withValue(TypeInfo<V>) - Method in class de.flapdoodle.reflection.ImmutableMapTypeInfo
Copy the current immutable object by setting a value for the value 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 K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2024. All rights reserved.