Search documentation of flamel
flamel
▼
Project version
v1.10.0
v1.9.1
v1.9.0
v1.8.0
v1.7.0
v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.0
v0.1.0
Pages
Modules
License
Readme
Installation
Examples
Flamel
Summary
Functions
blank?/1
boolean?/1
datetime?/1
error?/1
ok?/1
present?/1
to_atom/1
to_boolean/1
to_float/1
to_integer/1
to_map/1
to_string/1
try_and_return/2
unwrap/1
unwrap_error!/1
unwrap_error_or_nil/1
unwrap_ok!/1
unwrap_ok_or_nil/1
Flamel.Atom
Summary
Types
t/0
Functions
to/1
Flamel.Blank
Summary
Types
t/0
Functions
blank?/1
Flamel.Boolean
Summary
Types
t/0
Functions
to/1
Flamel.Chain
Summary
Types
t/0
value/0
Functions
apply/2
curry/1
new/1
to_tuple/1
to_value/1
Flamel.Context
Sections
Example
Summary
Types
t/0
Functions
assign/2
assign/3
halt!/2
halted?/1
resume!/1
Flamel.Contextable
Summary
Types
t/0
Functions
assign/2
assign/3
halt!/2
halted?/1
resume!/1
Flamel.Contextable.Base
Flamel.Ecto
Summary
Functions
loaded?/1
Flamel.Ecto.Validators
Summary
Functions
validate_at_least_one_required/3
validate_required_if/4
Flamel.Float
Summary
Types
t/0
Functions
to/1
Flamel.Integer
Summary
Types
t/0
Functions
to/1
Flamel.Map
Summary
Functions
assign/2
assign/3
atomize_keys/1
from_struct/1
put_if_blank/3
put_if_present/3
stringify_keys/1
Flamel.Map.Indifferent
Summary
Functions
get/3
Flamel.Map.Safely
Summary
Functions
get/2
get/3
Flamel.Mappable
Summary
Types
t/0
Functions
to/1
Flamel.Module
Summary
Functions
implements?/2
Flamel.Moment
Summary
Types
t/0
Functions
to_date/1
to_datetime/1
to_iso8601/1
Flamel.Moment.CurrentTime
Summary
Functions
freeze/0
freeze/1
mocked?/0
time_travel/2
timestamp/0
unfreeze/0
utc_now/0
Flamel.Number
Summary
Functions
clamp/3
Flamel.Random
Summary
Functions
string/1
Flamel.Result
Summary
Functions
error!/1
error?/1
error_or_nil/1
map/2
ok!/1
ok?/1
ok_or_nil/1
then/2
Flamel.Retryable
Summary
Types
interval/0
Functions
calc/1
exponential/1
http/1
linear/1
try/2
Flamel.Retryable.Exponential
Summary
Types
t/0
Flamel.Retryable.Http
Summary
Types
t/0
Flamel.Retryable.Linear
Summary
Types
t/0
Flamel.Retryable.Strategy
Summary
Types
t/0
Functions
calc/1
Flamel.String
Summary
Types
t/0
Functions
to/1
Flamel.Struct
Summary
Functions
fields/1
Flamel.Task
Summary
Functions
async/2
background/2
delay/2
stream/3
Flamel.Wrap
Summary
Functions
cont/1
continue/1
continue/2
error/1
error/2
error?/1
noreply/1
noreply/2
ok/1
ok/2
ok?/1
reply/1
reply/2
stop/2
unwrap/1
unwrap_error!/1
unwrap_error_or_nil/1
unwrap_ok!/1
unwrap_ok_or_nil/1
wrap/2
wrap/3
Settings
View Source
Flamel.Contextable.Base
(flamel v1.10.0)
Base module that includes functions for working with
Flamel.Context
×