public interface VoidDoubleBlock
double argument and returns no value.
This is used to map the Objective-C void (^)(double) block type.| Modifier and Type | Method and Description |
|---|---|
void |
invoke(double v)
Runs this block.
|
Copyright © 2012-2015 RoboVM AB. All Rights Reserved.