Class BooleanScalar


  • public class BooleanScalar
    extends ch.brix.gql.client.Scalar
    The `Boolean` scalar type represents `true` or `false`.
    • Method Summary

      Modifier and Type Method Description
      static BooleanScalar of​(Object value)  
      • Methods inherited from class ch.brix.gql.client.Scalar

        from, getBigDecimal, getBigInteger, getBoolean, getByte, getChar, getDate, getDate, getDateFromUnixMilis, getDateFromUnixSeconds, getDouble, getDuration, getFloat, getInt, getLocale, getLong, getShort, getValue, toString
    • Method Detail

      • of

        public static BooleanScalar of​(Object value)
        Parameters:
        value - requires correct implementation of .toString() otherwise pass a String