Uses of Class
ai.vectros.types.Scalar
Packages that use Scalar
-
Uses of Scalar in ai.vectros.types
Methods in ai.vectros.types that return ScalarModifier and TypeMethodDescriptionstatic ScalarScalar.of(boolean value) static ScalarScalar.of(double value) static ScalarMethods in ai.vectros.types that return types with arguments of type ScalarModifier and TypeMethodDescriptionFilterCondition.getEq()FilterCondition.getGt()FilterCondition.getGte()FilterCondition.getIn()FilterCondition.getLt()FilterCondition.getLte()FilterCondition.getNe()FilterCondition.getNin()Methods in ai.vectros.types with parameters of type ScalarModifier and TypeMethodDescriptionMethod parameters in ai.vectros.types with type arguments of type ScalarModifier and TypeMethodDescriptionEquals the given scalar.Strictly greater than the given scalar.Greater than or equal to the given scalar.Matches any value in the array (membership).Strictly less than the given scalar.Less than or equal to the given scalar.Not equal to the given scalar.Matches none of the values in the array (negated membership).static FilterValue