Skip navigation links
A C E F G I M N O P R S T W 

A

accept(T) - Method in interface com.github.ljtfreitas.restify.util.Try.TryableConsumer
 
apply(Try.TryableConsumer<T>) - Method in interface com.github.ljtfreitas.restify.util.Try
 
apply() - Method in interface com.github.ljtfreitas.restify.util.Try
 
apply(Try.TryableConsumer<T>) - Method in class com.github.ljtfreitas.restify.util.Try.Failure
 
apply() - Method in class com.github.ljtfreitas.restify.util.Try.Failure
 
apply(Try.TryableConsumer<T>) - Method in class com.github.ljtfreitas.restify.util.Try.Success
 
apply() - Method in class com.github.ljtfreitas.restify.util.Try.Success
 
apply(T) - Method in interface com.github.ljtfreitas.restify.util.Try.TryableFunction
 
apply(Try.TryableConsumer<? super T>) - Method in class com.github.ljtfreitas.restify.util.Try.TryWithResources
 

C

com.github.ljtfreitas.restify.util - package com.github.ljtfreitas.restify.util
 

E

error(Function<? super Throwable, ? extends Throwable>) - Method in interface com.github.ljtfreitas.restify.util.Try
 
error(Function<? super Throwable, ? extends Throwable>) - Method in class com.github.ljtfreitas.restify.util.Try.Failure
 
error(Function<? super Throwable, ? extends Throwable>) - Method in class com.github.ljtfreitas.restify.util.Try.Success
 

F

failure(Throwable) - Static method in interface com.github.ljtfreitas.restify.util.Try
 
flatMap(Function<T, Try<? extends U>>) - Method in class com.github.ljtfreitas.restify.util.Try.Failure
 
flatMap(Function<T, Try<? extends U>>) - Method in interface com.github.ljtfreitas.restify.util.Try
 
flatMap(Function<T, Try<? extends U>>) - Method in class com.github.ljtfreitas.restify.util.Try.Success
 

G

get() - Method in class com.github.ljtfreitas.restify.util.Memoized
 
get() - Method in class com.github.ljtfreitas.restify.util.Try.Failure
 
get() - Method in interface com.github.ljtfreitas.restify.util.Try
 
get() - Method in class com.github.ljtfreitas.restify.util.Try.Success
 
get() - Method in interface com.github.ljtfreitas.restify.util.Try.TrowableSupplier
 
get() - Method in interface com.github.ljtfreitas.restify.util.Try.TryableSupplier
 

I

isFalse(boolean, String) - Static method in class com.github.ljtfreitas.restify.util.Preconditions
 
isTrue(boolean, String) - Static method in class com.github.ljtfreitas.restify.util.Preconditions
 

M

map(Try.TryableFunction<T, ? extends U>) - Method in class com.github.ljtfreitas.restify.util.Try.Failure
 
map(Try.TryableFunction<T, ? extends U>) - Method in interface com.github.ljtfreitas.restify.util.Try
 
map(Try.TryableFunction<T, ? extends U>) - Method in class com.github.ljtfreitas.restify.util.Try.Success
 
map(Try.TryableFunction<T, ? extends U>) - Method in class com.github.ljtfreitas.restify.util.Try.TryWithResources
 
Memoized<T> - Class in com.github.ljtfreitas.restify.util
 

N

nonNull(T, String) - Static method in class com.github.ljtfreitas.restify.util.Preconditions
 
nonNull(T) - Static method in class com.github.ljtfreitas.restify.util.Preconditions
 

O

of(Supplier<T>) - Static method in class com.github.ljtfreitas.restify.util.Memoized
 
of(Try.TryableSupplier<? extends T>) - Static method in interface com.github.ljtfreitas.restify.util.Try
 
or(Supplier<T>) - Method in class com.github.ljtfreitas.restify.util.Try.Failure
 
or(Supplier<T>) - Method in interface com.github.ljtfreitas.restify.util.Try
 
or(Supplier<T>) - Method in class com.github.ljtfreitas.restify.util.Try.Success
 

P

Preconditions - Class in com.github.ljtfreitas.restify.util
 
Preconditions() - Constructor for class com.github.ljtfreitas.restify.util.Preconditions
 

R

recover(Function<? super Throwable, Try<? extends T>>) - Method in class com.github.ljtfreitas.restify.util.Try.Failure
 
recover(Class<E>, Function<E, Try<? extends T>>) - Method in class com.github.ljtfreitas.restify.util.Try.Failure
 
recover(Function<? super Throwable, Try<? extends T>>) - Method in interface com.github.ljtfreitas.restify.util.Try
 
recover(Class<E>, Function<E, Try<? extends T>>) - Method in interface com.github.ljtfreitas.restify.util.Try
 
recover(Function<? super Throwable, Try<? extends T>>) - Method in class com.github.ljtfreitas.restify.util.Try.Success
 
recover(Class<E>, Function<E, Try<? extends T>>) - Method in class com.github.ljtfreitas.restify.util.Try.Success
 
run(Try.TryableExpression) - Static method in interface com.github.ljtfreitas.restify.util.Try
 
run() - Method in interface com.github.ljtfreitas.restify.util.Try.TryableExpression
 

S

silently(Try.TryableExpression...) - Static method in interface com.github.ljtfreitas.restify.util.Try
 
success(T) - Static method in interface com.github.ljtfreitas.restify.util.Try
 

T

Try<T> - Interface in com.github.ljtfreitas.restify.util
 
Try.Failure<T> - Class in com.github.ljtfreitas.restify.util
 
Try.Success<T> - Class in com.github.ljtfreitas.restify.util
 
Try.TrowableSupplier<T> - Interface in com.github.ljtfreitas.restify.util
 
Try.TryableConsumer<T> - Interface in com.github.ljtfreitas.restify.util
 
Try.TryableExpression - Interface in com.github.ljtfreitas.restify.util
 
Try.TryableFunction<T,R> - Interface in com.github.ljtfreitas.restify.util
 
Try.TryableSupplier<T> - Interface in com.github.ljtfreitas.restify.util
 
Try.TryWithResources<T extends java.lang.AutoCloseable> - Class in com.github.ljtfreitas.restify.util
 
TryWithResources(Try.TryableSupplier<? extends T>) - Constructor for class com.github.ljtfreitas.restify.util.Try.TryWithResources
 

W

withResources(Try.TryableSupplier<? extends T>) - Static method in interface com.github.ljtfreitas.restify.util.Try
 
A C E F G I M N O P R S T W 
Skip navigation links

Copyright © 2019. All Rights Reserved.