Package net.ME1312.Galaxi.Library
package net.ME1312.Galaxi.Library
-
ClassDescriptionMethodHandle Access Class
This class provides a simpler interface for working with Java's MethodHandle API.
This is not a replacement for reflection as that's still faster for single requests.Type Accessor ClassConstructor Accessor ClassField Accessor ClassMethod Accessor ClassAsynchronous Task Consolidator ClassExtra Data Handler Layout ClassOperating System Platform EnumException Handler Class
Remember that use of this class should always make your code shorter — it is not a replacement for native try-catch blocksTry.BiConsumer<T1,T2> BiConsumer that could throw an exceptionTry.BiFunction<T1,T2, R> BiFunction that could throw an exceptionTry.Consumer<T>Consumer that could throw an exceptionTry.Function<T,R> Function that could throw an exceptionRunnable that could throw an exceptionTry.Supplier<R>Supplier that could throw an exceptionRandom Utility Class