antikythera

v0.2.0

  • Pages
  • Modules
  • Mix Tasks

    antikythera v0.2.0 Antikythera.Cron.Minute View Source

    Link to this section Summary

    Types

    t()

    Wildcard :* or sorted list of values

    Functions

    max()
    min()
    valid?(v)

    Link to this section Types

    Link to this type t() View Source
    t() :: :* | [Antikythera.Cron.Minute.Int.t()]

    Wildcard :* or sorted list of values.

    Link to this section Functions

    Link to this function max() View Source
    max() :: Antikythera.Cron.Minute.Int.t()
    Link to this function min() View Source
    min() :: Antikythera.Cron.Minute.Int.t()
    Link to this function valid?(v) View Source
    valid?(term()) :: boolean()

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer for the Elixir programming language.