Interface CLFunctionTypes.Ipfn_notify_0
- Enclosing class:
CLFunctionTypes
- 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
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3) static MethodHandle
of
(@NotNull CLFunctionTypes.Ipfn_notify_0 lambda) static MemorySegment
ofNative
(@NotNull CLFunctionTypes.Ipfn_notify_0 lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull CLFunctionTypes.Ipfn_notify_0 lambda)
-
Method Details
-
invoke
void invoke(@Pointer(comment="void*") @NotNull @NotNull MemorySegment p0, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p1, @NativeType("size_t") MemorySegment p2, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p3) -
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull CLFunctionTypes.Ipfn_notify_0 lambda)
-