Uses of Interface
net.ME1312.Galaxi.Library.Try.Function
-
Uses of Try.Function in net.ME1312.Galaxi.Library
Modifier and TypeMethodDescription<R> R
Access.Field.get
(Try.Function<MethodHandle, Object> invocation) Finalize, cache, select, and invoke the field getter<R> R
Access.Constructor.invoke
(Try.Function<MethodHandle, Object> invocation) Finalize, cache, select, and invoke the constructor<R> R
Access.Method.invoke
(Try.Function<MethodHandle, Object> invocation) Finalize, cache, select, and invoke the method