Class CEntryPoint.AlwaysIncluded

java.lang.Object
org.graalvm.nativeimage.c.function.CEntryPoint.AlwaysIncluded
All Implemented Interfaces:
BooleanSupplier
Enclosing class:
CEntryPoint

public static final class CEntryPoint.AlwaysIncluded extends Object implements BooleanSupplier
A BooleanSupplier that always returns true.
Since:
22.0
  • Method Details