Class CEntryPoint.AlwaysIncluded
java.lang.Object
org.graalvm.nativeimage.c.function.CEntryPoint.AlwaysIncluded
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
CEntryPoint
A
BooleanSupplier
that always returns true
.- Since:
- 22.0
-
Method Summary
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()Returnstrue
.- Specified by:
getAsBoolean
in interfaceBooleanSupplier
- Since:
- 22.0
-