Interface EpSelectionDelegate.Function
- Enclosing class:
EpSelectionDelegate
public static interface EpSelectionDelegate.Function
The function pointer signature, expressed as a functional interface
-
Method Summary
Modifier and TypeMethodDescriptionapply(MemorySegment ep_devices, long num_devices, MemorySegment model_metadata, MemorySegment runtime_metadata, MemorySegment selected, long max_selected, MemorySegment num_selected, MemorySegment state)
-
Method Details
-
apply
MemorySegment apply(MemorySegment ep_devices, long num_devices, MemorySegment model_metadata, MemorySegment runtime_metadata, MemorySegment selected, long max_selected, MemorySegment num_selected, MemorySegment state)
-