csk_fn_is_not_empty

Use this function to see if an object contains any information.
  • Boolean: csk_fn_is_not_empty(List<Object> inputList
  • Input:
    • List<Object> inputList: A list of objects to be considered
  • Example:

    $csk_fn_is_not_empty({"March 23rd 2018", "March 23rd 2017"}) → true

    $csk_fn_is_not_empty({""}) → false