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

A

accept(T) - Method in interface de.flapdoodle.types.ThrowingConsumer
 
apply(T) - Method in interface de.flapdoodle.types.ThrowingFunction
 
asObject(Object) - Static method in class de.flapdoodle.checks.Preconditions
 

B

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

C

check() - Method in class de.flapdoodle.types.Either
 
checkArgument(boolean, String, Object...) - Static method in class de.flapdoodle.checks.Preconditions
 
checkNotNull(T, String, Object...) - Static method in class de.flapdoodle.checks.Preconditions
 
consumer(ThrowingConsumer<T, E>) - Static method in class de.flapdoodle.types.Try
 
copyOf(Either<L, R>) - Static method in class de.flapdoodle.types.ImmutableEither
Creates an immutable copy of a Either value.

D

de.flapdoodle.checks - package de.flapdoodle.checks
 
de.flapdoodle.types - package de.flapdoodle.types
 

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.ImmutableEither
This instance is equal to all instances of ImmutableEither that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.types.Optionals.Wrapper
 

F

filter(Predicate<? super T>) - Method in class de.flapdoodle.types.Optionals.Wrapper
 
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
 
from(Either<L, R>) - Method in class de.flapdoodle.types.ImmutableEither.Builder
Fill a builder with attribute values from the provided Either instance.
function(ThrowingFunction<T, R, E>) - Static method in class de.flapdoodle.types.Try
 

G

get() - Method in class de.flapdoodle.types.Optionals.Wrapper
 
get() - Method in interface de.flapdoodle.types.ThrowingSupplier
 

H

hashCode() - Method in class de.flapdoodle.types.ImmutableEither
Computes a hash code from attributes: optLeft, optRight.
hashCode() - Method in class de.flapdoodle.types.Optionals.Wrapper
 

I

ifPresent(Consumer<? super T>) - Method in class de.flapdoodle.types.Optionals.Wrapper
 
ifPresent(ThrowingConsumer<? super T, E>) - Method in class de.flapdoodle.types.Optionals.Wrapper
 
ImmutableEither<L,R> - Class in de.flapdoodle.types
Immutable implementation of Either.
ImmutableEither.Builder<L,R> - Class in de.flapdoodle.types
Builds instances of type ImmutableEither.
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
 

M

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
 
mapCheckedException(Function<Exception, N>) - Method in interface de.flapdoodle.types.ThrowingConsumer
 
mapCheckedException(Function<Exception, N>) - Method in interface de.flapdoodle.types.ThrowingFunction
 
mapCheckedException(Function<Exception, N>) - Method in interface de.flapdoodle.types.ThrowingRunable
 
mapCheckedException(Function<Exception, N>) - Method in interface de.flapdoodle.types.ThrowingSupplier
 

O

onCheckedException(BiConsumer<Exception, T>) - Method in interface de.flapdoodle.types.ThrowingConsumer
 
onCheckedException(BiFunction<Exception, T, R>) - Method in interface de.flapdoodle.types.ThrowingFunction
 
onCheckedException(Function<Exception, T>) - Method in interface de.flapdoodle.types.ThrowingSupplier
 
Optionals - Class in de.flapdoodle.types
 
Optionals() - Constructor for class de.flapdoodle.types.Optionals
 
Optionals.Wrapper<T> - Class in de.flapdoodle.types
 
optLeft() - Method in class de.flapdoodle.types.Either
 
optLeft(L) - Method in class de.flapdoodle.types.ImmutableEither.Builder
Initializes the optional value optLeft to optLeft.
optLeft(Optional<? extends L>) - Method in class de.flapdoodle.types.ImmutableEither.Builder
Initializes the optional value optLeft to optLeft.
optLeft() - Method in class de.flapdoodle.types.ImmutableEither
 
optRight() - Method in class de.flapdoodle.types.Either
 
optRight(R) - Method in class de.flapdoodle.types.ImmutableEither.Builder
Initializes the optional value optRight to optRight.
optRight(Optional<? extends R>) - Method in class de.flapdoodle.types.ImmutableEither.Builder
Initializes the optional value optRight to optRight.
optRight() - Method in class de.flapdoodle.types.ImmutableEither
 
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

Preconditions - Class in de.flapdoodle.checks
 
Preconditions.LazyArgument - Interface in de.flapdoodle.checks
 

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.ThrowingRunable
 
runable(ThrowingRunable<E>) - Static method in class de.flapdoodle.types.Try
 

S

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
 
ThrowingRunable<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.ImmutableEither
Prints the immutable value Either 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
 

W

withOptLeft(L) - Method in class de.flapdoodle.types.ImmutableEither
Copy the current immutable object by setting a present value for the optional optLeft attribute.
withOptLeft(Optional<? extends L>) - Method in class de.flapdoodle.types.ImmutableEither
Copy the current immutable object by setting an optional value for the optLeft attribute.
withOptRight(R) - Method in class de.flapdoodle.types.ImmutableEither
Copy the current immutable object by setting a present value for the optional optRight attribute.
withOptRight(Optional<? extends R>) - Method in class de.flapdoodle.types.ImmutableEither
Copy the current immutable object by setting an optional value for the optRight attribute.
wrap(Optional<T>) - Static method in class de.flapdoodle.types.Optionals
 
Wrapped - Annotation Type in de.flapdoodle.types
 
Wrapper(Optional<T>) - Constructor for class de.flapdoodle.types.Optionals.Wrapper
 
A B C D E F G H I L M O P R S T W 
Skip navigation links

Copyright © 2017. All rights reserved.