A E G I R T 
All Classes All Packages

A

apply(T) - Method in interface ru.ilb.jfunction.exception.ExceptionalFunction
Applying some logic to a generic input value
apply(T) - Method in interface ru.ilb.jfunction.exception.RuntimeExceptionFunction
 
apply(T) - Method in class ru.ilb.jfunction.exception.RuntimeExceptionFunctionImpl
 

E

ExceptionalFunction<T,​R,​E extends Exception> - Interface in ru.ilb.jfunction.exception
Function that allows lambda to throw exceptions without handling it
ExceptionalFunctionUtils - Class in ru.ilb.jfunction.exception
Utility class for functional extensions
ExceptionalResourceSupplier<R extends AutoCloseable> - Interface in ru.ilb.jfunction.exception
Special supplier that returns an instance of AutoCloseable

G

get() - Method in interface ru.ilb.jfunction.exception.ExceptionalResourceSupplier
Supplier method - may throw an exception

I

INSTANCE - Static variable in interface ru.ilb.jfunction.exception.RuntimeExceptionFunction
 

R

ru.ilb.jfunction.exception - package ru.ilb.jfunction.exception
 
RuntimeExceptionFunction<T extends Exception,​R extends RuntimeException> - Interface in ru.ilb.jfunction.exception
Convert checked exception to runtime exception
RuntimeExceptionFunctionImpl<T extends Exception,​R extends RuntimeException> - Class in ru.ilb.jfunction.exception
 
RuntimeExceptionFunctionImpl() - Constructor for class ru.ilb.jfunction.exception.RuntimeExceptionFunctionImpl
 

T

tryWithResources(ExceptionalResourceSupplier<R>, ExceptionalFunction<R, T, Exception>) - Static method in class ru.ilb.jfunction.exception.ExceptionalFunctionUtils
Functional try-with-resources with default exception translator function
tryWithResources(ExceptionalResourceSupplier<R>, ExceptionalFunction<R, T, Exception>, Supplier<T>) - Static method in class ru.ilb.jfunction.exception.ExceptionalFunctionUtils
Functional try-with-resources
tryWithResources(ExceptionalResourceSupplier<R>, ExceptionalFunction<R, T, Exception>, RuntimeExceptionFunction) - Static method in class ru.ilb.jfunction.exception.ExceptionalFunctionUtils
Functional try-with-resources with exception translator function
A E G I R T 
All Classes All Packages