Index

A G M T 
All Classes and Interfaces|All Packages

A

accept(T) - Method in interface me.hsgamer.hscore.extra.consumer.ThrowableConsumer
 
accept(T, U) - Method in interface me.hsgamer.hscore.extra.consumer.ThrowableBiConsumer
 
acceptSafe(T) - Method in interface me.hsgamer.hscore.extra.consumer.ThrowableConsumer
Accept with exception
acceptSafe(T, U) - Method in interface me.hsgamer.hscore.extra.consumer.ThrowableBiConsumer
Accept with exception
apply(T) - Method in interface me.hsgamer.hscore.extra.function.ThrowableFunction
 
apply(T, U) - Method in interface me.hsgamer.hscore.extra.function.ThrowableBiFunction
 
applySafe(T) - Method in interface me.hsgamer.hscore.extra.function.ThrowableFunction
Apply with throwable
applySafe(T, U) - Method in interface me.hsgamer.hscore.extra.function.ThrowableBiFunction
Apply with throwable

G

get() - Method in interface me.hsgamer.hscore.extra.supplier.ThrowableSupplier
 
getSafe() - Method in interface me.hsgamer.hscore.extra.supplier.ThrowableSupplier
Get a result with exceptions

M

me.hsgamer.hscore.extra - package me.hsgamer.hscore.extra
Contains some extra classes for Java
me.hsgamer.hscore.extra.consumer - package me.hsgamer.hscore.extra.consumer
Contains the implementation of Consumer
me.hsgamer.hscore.extra.function - package me.hsgamer.hscore.extra.function
Contains the implementation of Function
me.hsgamer.hscore.extra.supplier - package me.hsgamer.hscore.extra.supplier
Contains the implementation of Supplier

T

ThrowableBiConsumer<T,U> - Interface in me.hsgamer.hscore.extra.consumer
BiConsumer but ignores exceptions
ThrowableBiFunction<T,U,R> - Interface in me.hsgamer.hscore.extra.function
BiFunction but returns null if there is an exception
ThrowableConsumer<T> - Interface in me.hsgamer.hscore.extra.consumer
Consumer but ignores exceptions
ThrowableFunction<T,R> - Interface in me.hsgamer.hscore.extra.function
Function but returns null if there is an exception
ThrowableSupplier<T> - Interface in me.hsgamer.hscore.extra.supplier
Supplier but returns null if there is an exception
A G M T 
All Classes and Interfaces|All Packages