java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
io.github.ggerganov.whispercpp.params.CBool
All Implemented Interfaces:
com.sun.jna.NativeMapped, Serializable, BooleanSupplier

public class CBool extends com.sun.jna.IntegerType implements BooleanSupplier
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final CBool
     
    static final int
     
    static final CBool
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    CBool(long value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     

    Methods inherited from class com.sun.jna.IntegerType

    compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative

    Methods inherited from class java.lang.Number

    byteValue, shortValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • CBool

      public CBool()
    • CBool

      public CBool(long value)
  • Method Details

    • getAsBoolean

      public boolean getAsBoolean()
      Specified by:
      getAsBoolean in interface BooleanSupplier
    • toString

      public String toString()
      Overrides:
      toString in class com.sun.jna.IntegerType