View Source CloudflareApi.Utils.Enum (cloudflare_api v0.1.0)

Link to this section Summary

Functions

will return true if all invocations of the function return false. If one callback returns true, the end result will be false

Link to this section Functions

will return true if all invocations of the function return false. If one callback returns true, the end result will be false

Enum.all? will return true if all invocations of the function return true. CloudflareApi.Utils.Enum.none? is the opposite.