Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add typeOf(...) function to get the type name of a value #22

Closed
at055612 opened this issue May 18, 2018 · 1 comment
Closed

add typeOf(...) function to get the type name of a value #22

at055612 opened this issue May 18, 2018 · 1 comment

Comments

@at055612
Copy link
Member

Should return a ValString with a value like string, error, double etc.

at055612 added a commit that referenced this issue May 18, 2018
@at055612
Copy link
Member Author

Added in v1.4.0

at055612 added a commit to gchq/stroom that referenced this issue May 18, 2018
stroomdev66 added a commit that referenced this issue Nov 20, 2018
* Issue **#22** : Added additional type checking functions `isBoolean()`, `isDouble()`, `isError()`, `isInteger()`, `isLong()`, `isNull()`, `isNumber()`, `isString()`, `isValue()`. Testing
equality of null with `x=null()` is no longer valid and must be replaced with `isNull(x)`.

* Issue **#19** : Fix handling of `err()` in multi child generators
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant