Provide access to the elvis operator so that we can use it to provide null handling nicely
Provide access to the elvis operator so that we can use it to provide null handling nicely
A helper method for dealing with null pointers and also NullPointerException when navigating object expressions.
A helper method for dealing with null pointers and also NullPointerException when navigating object expressions.
If you are unsure if a value is null or a navigation through some object path is null then this function will evaluate the expression, catch any NullPointerExceptions caused and return the default value.
Provide easy coercion from a Tuple2 returned when iterating over Java Maps to a Map.
Provide easy coercion from a Tuple2 returned when iterating over Java Maps to a Map.Entry type object
A number of helper implicit conversions for use in templates