Index
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 -
BiConsumerbut ignores exceptions - ThrowableBiFunction<T,
U, R> - Interface in me.hsgamer.hscore.extra.function -
BiFunctionbut returns null if there is an exception - ThrowableConsumer<T> - Interface in me.hsgamer.hscore.extra.consumer
-
Consumerbut ignores exceptions - ThrowableFunction<T,
R> - Interface in me.hsgamer.hscore.extra.function -
Functionbut returns null if there is an exception - ThrowableSupplier<T> - Interface in me.hsgamer.hscore.extra.supplier
-
Supplierbut returns null if there is an exception
All Classes and Interfaces|All Packages