Interface XRFunctionTypes.IPFN_xrVoidFunction
- Enclosing class:
XRFunctionTypes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke()
static MethodHandle
of
(@NotNull XRFunctionTypes.IPFN_xrVoidFunction lambda) static MemorySegment
ofNative
(@NotNull XRFunctionTypes.IPFN_xrVoidFunction lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull XRFunctionTypes.IPFN_xrVoidFunction lambda)
-
Method Details
-
invoke
void invoke() -
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull XRFunctionTypes.IPFN_xrVoidFunction lambda)
-