Class CEntryPoint.NotIncludedAutomatically
java.lang.Object
org.graalvm.nativeimage.c.function.CEntryPoint.NotIncludedAutomatically
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
CEntryPoint
public static final class CEntryPoint.NotIncludedAutomatically
extends Object
implements BooleanSupplier
A
BooleanSupplier
that always returns false
.- Since:
- 22.0
-
Method Summary
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()Returnsfalse
.- Specified by:
getAsBoolean
in interfaceBooleanSupplier
- Since:
- 22.0
-