API Reference Interval v0.3.0
modules
Modules
An interval represents the points between two endpoints.
Defines the Interval behaviour. You'll usually want to use this behaviour by using
Represents a discrete
interval containing Elixir.Date
Represents a continuous
interval containing Elixir.DateTime
Represents a continuous
interval containing Elixir.Decimal
Represents a continuous
interval containing Elixir.Float
Represents a discrete
interval containing Elixir.Integer
Implementing this protocol allows Interval
to infer the implementation
to use for a value, which allows you to pass the values to Interval.new/1
without specifying a module
option
Implements support for auto-implementing Ecto.Type.
Conversion helpers for converting Postgrex.Range.t/0
to and from
an Interval.t/0