Skip to content

Latest commit

 

History

History
2006 lines (2006 loc) · 37.1 KB

File metadata and controls

2006 lines (2006 loc) · 37.1 KB

Supported Elixir Modules

List all public modules in the Elixir Standard Libary. If a function or macro is supported in ElixirScript, it is checked

Access

  • all/0
  • at/1
  • elem/1
  • fetch/2
  • get/2
  • get/3
  • get_and_update/3
  • key/1
  • key/2
  • key!/1
  • pop/2

Agent

  • cast/2
  • cast/4
  • get/2
  • get/3
  • get/4
  • get/5
  • get_and_update/2
  • get_and_update/3
  • get_and_update/4
  • get_and_update/5
  • start/1
  • start/2
  • start/3
  • start/4
  • start_link/1
  • start_link/2
  • start_link/3
  • start_link/4
  • stop/1
  • stop/2
  • stop/3
  • update/2
  • update/3
  • update/4
  • update/5

Application

  • app_dir/1
  • app_dir/2
  • delete_env/2
  • delete_env/3
  • ensure_all_started/1
  • ensure_all_started/2
  • ensure_started/1
  • ensure_started/2
  • fetch_env/2
  • fetch_env!/2
  • format_error/1
  • get_all_env/1
  • get_application/1
  • get_env/2
  • get_env/3
  • load/1
  • loaded_applications/0
  • put_env/3
  • put_env/4
  • spec/1
  • spec/2
  • start/1
  • start/2
  • started_applications/0
  • started_applications/1
  • stop/1
  • unload/1
  • __using__/1

ArgumentError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

ArithmeticError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Atom

  • to_char_list/1
  • to_charlist/1
  • to_string/1

BadArityError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

BadBooleanError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

BadFunctionError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

BadMapError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

BadStructError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Base

  • decode16/1
  • decode16/2
  • decode16!/1
  • decode16!/2
  • decode32/1
  • decode32/2
  • decode32!/1
  • decode32!/2
  • decode64/1
  • decode64/2
  • decode64!/1
  • decode64!/2
  • encode16/1
  • encode16/2
  • encode32/1
  • encode32/2
  • encode64/1
  • encode64/2
  • hex_decode32/1
  • hex_decode32/2
  • hex_decode32!/1
  • hex_decode32!/2
  • hex_encode32/1
  • hex_encode32/2
  • url_decode64/1
  • url_decode64/2
  • url_decode64!/1
  • url_decode64!/2
  • url_encode64/1
  • url_encode64/2

Behaviour

  • __using__/1
  • defcallback/1
  • defmacrocallback/1

Bitwise

  • &&&/2
  • <<</2
  • >>>/2
  • ^^^/2
  • __using__/1
  • band/2
  • bnot/1
  • bor/2
  • bsl/2
  • bsr/2
  • bxor/2
  • |||/2
  • ~~~/1

Calendar

Calendar.ISO

  • date/3
  • date_to_iso8601/3
  • date_to_string/3
  • datetime_to_iso8601/11
  • datetime_to_string/11
  • day_of_week/3
  • days_in_month/2
  • from_unix/2
  • leap_year?/1
  • naive_datetime_to_iso8601/7
  • naive_datetime_to_string/7
  • parse_microsecond/1
  • parse_offset/1
  • time_to_iso8601/4
  • time_to_string/4

CaseClauseError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Code

  • append_path/1
  • available_compiler_options/0
  • compile_quoted/1
  • compile_quoted/2
  • compile_string/1
  • compile_string/2
  • compiler_options/0
  • compiler_options/1
  • delete_path/1
  • ensure_compiled/1
  • ensure_compiled?/1
  • ensure_loaded/1
  • ensure_loaded?/1
  • eval_file/1
  • eval_file/2
  • eval_quoted/1
  • eval_quoted/2
  • eval_quoted/3
  • eval_string/1
  • eval_string/2
  • eval_string/3
  • get_docs/2
  • load_file/1
  • load_file/2
  • loaded_files/0
  • prepend_path/1
  • require_file/1
  • require_file/2
  • string_to_quoted/1
  • string_to_quoted/2
  • string_to_quoted!/1
  • string_to_quoted!/2
  • unload_files/1

Code.LoadError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Collectable

  • __protocol__/1
  • impl_for/1
  • impl_for!/1
  • into/1

Collectable.BitString

  • __impl__/1
  • into/1

Collectable.File.Stream

  • __impl__/1
  • into/1

Collectable.HashDict

  • __impl__/1
  • into/1

Collectable.HashSet

  • __impl__/1
  • into/1

Collectable.IO.Stream

  • __impl__/1
  • into/1

Collectable.List

  • __impl__/1
  • into/1

Collectable.Map

  • __impl__/1
  • into/1

Collectable.MapSet

  • __impl__/1
  • into/1

CompileError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

CondClauseError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Date

  • __struct__/0
  • __struct__/1
  • compare/2
  • day_of_week/1
  • days_in_month/1
  • from_erl/1
  • from_erl!/1
  • from_iso8601/1
  • from_iso8601!/1
  • leap_year?/1
  • new/3
  • to_erl/1
  • to_iso8601/1
  • to_string/1
  • utc_today/0

DateTime

  • __struct__/0
  • __struct__/1
  • compare/2
  • from_iso8601/1
  • from_naive/2
  • from_naive!/2
  • from_unix/1
  • from_unix/2
  • from_unix!/1
  • from_unix!/2
  • to_date/1
  • to_iso8601/1
  • to_naive/1
  • to_string/1
  • to_time/1
  • to_unix/1
  • to_unix/2
  • utc_now/0

Dict

  • delete/2
  • drop/2
  • empty/1
  • equal?/2
  • fetch/2
  • fetch!/2
  • get/2
  • get/3
  • get_and_update/3
  • get_lazy/3
  • has_key?/2
  • keys/1
  • merge/2
  • merge/3
  • pop/2
  • pop/3
  • pop_lazy/3
  • put/3
  • put_new/3
  • put_new_lazy/3
  • size/1
  • split/2
  • take/2
  • to_list/1
  • update/4
  • update!/3
  • values/1
  • __using__/1

Enum

  • all?/1
  • all?/2
  • any?/1
  • any?/2
  • at/2
  • at/3
  • chunk/2
  • chunk/3
  • chunk/4
  • chunk_by/2
  • concat/1
  • concat/2
  • count/1
  • count/2
  • dedup/1
  • dedup_by/2
  • drop/2
  • drop_every/2
  • drop_while/2
  • each/2
  • empty?/1
  • fetch/2
  • fetch!/2
  • filter/2
  • filter_map/3
  • find/2
  • find/3
  • find_index/2
  • find_value/2
  • find_value/3
  • flat_map/2
  • flat_map_reduce/3
  • group_by/2
  • group_by/3
  • intersperse/2
  • into/2
  • into/3
  • join/1
  • join/2
  • map/2
  • map_every/3
  • map_join/2
  • map_join/3
  • map_reduce/3
  • max/1
  • max/2
  • max_by/2
  • max_by/3
  • member?/2
  • min/1
  • min/2
  • min_by/2
  • min_by/3
  • min_max/1
  • min_max/2
  • min_max_by/2
  • min_max_by/3
  • partition/2
  • random/1
  • reduce/2
  • reduce/3
  • reduce_while/3
  • reject/2
  • reverse/1
  • reverse/2
  • reverse_slice/3
  • scan/2
  • scan/3
  • shuffle/1
  • slice/2
  • slice/3
  • sort/1
  • sort/2
  • sort_by/2
  • sort_by/3
  • split/2
  • split_while/2
  • split_with/2
  • sum/1
  • take/2
  • take_every/2
  • take_random/2
  • take_while/2
  • to_list/1
  • uniq/1
  • uniq/2
  • uniq_by/2
  • unzip/1
  • with_index/1
  • with_index/2
  • zip/1
  • zip/2

Enum.EmptyError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Enum.OutOfBoundsError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Enumerable

  • __protocol__/1
  • count/1
  • impl_for/1
  • impl_for!/1
  • member?/2
  • reduce/3

Enumerable.File.Stream

  • __impl__/1
  • count/1
  • member?/2
  • reduce/3

Enumerable.Function

  • __impl__/1
  • count/1
  • member?/2
  • reduce/3

Enumerable.GenEvent.Stream

  • __impl__/1
  • count/1
  • member?/2
  • reduce/3

Enumerable.HashDict

  • __impl__/1
  • count/1
  • member?/2
  • reduce/3

Enumerable.HashSet

  • __impl__/1
  • count/1
  • member?/2
  • reduce/3

Enumerable.IO.Stream

  • __impl__/1
  • count/1
  • member?/2
  • reduce/3

Enumerable.List

  • __impl__/1
  • count/1
  • member?/2
  • reduce/3

Enumerable.Map

  • __impl__/1
  • count/1
  • member?/2
  • reduce/3

Enumerable.MapSet

  • __impl__/1
  • count/1
  • member?/2
  • reduce/3

Enumerable.Range

  • __impl__/1
  • count/1
  • member?/2
  • reduce/3

Enumerable.Stream

  • __impl__/1
  • count/1
  • member?/2
  • reduce/3

ErlangError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1
  • normalize/2

Exception

  • exception?/1
  • format/2
  • format/3
  • format_banner/2
  • format_banner/3
  • format_exit/1
  • format_fa/2
  • format_file_line/2
  • format_file_line/3
  • format_mfa/3
  • format_stacktrace/0
  • format_stacktrace/1
  • format_stacktrace_entry/1
  • message/1
  • normalize/2
  • normalize/3

File

  • cd/1
  • cd!/1
  • cd!/2
  • chgrp/2
  • chgrp!/2
  • chmod/2
  • chmod!/2
  • chown/2
  • chown!/2
  • close/1
  • copy/2
  • copy/3
  • copy!/2
  • copy!/3
  • cp/2
  • cp/3
  • cp!/2
  • cp!/3
  • cp_r/2
  • cp_r/3
  • cp_r!/2
  • cp_r!/3
  • cwd/0
  • cwd!/0
  • dir?/1
  • exists?/1
  • ln_s/2
  • ls/0
  • ls/1
  • ls!/0
  • ls!/1
  • lstat/1
  • lstat/2
  • lstat!/1
  • lstat!/2
  • mkdir/1
  • mkdir!/1
  • mkdir_p/1
  • mkdir_p!/1
  • open/1
  • open/2
  • open/3
  • open!/1
  • open!/2
  • open!/3
  • read/1
  • read!/1
  • regular?/1
  • rename/2
  • rm/1
  • rm!/1
  • rm_rf/1
  • rm_rf!/1
  • rmdir/1
  • rmdir!/1
  • stat/1
  • stat/2
  • stat!/1
  • stat!/2
  • stream!/1
  • stream!/2
  • stream!/3
  • touch/1
  • touch/2
  • touch!/1
  • touch!/2
  • write/2
  • write/3
  • write!/2
  • write!/3
  • write_stat/2
  • write_stat/3
  • write_stat!/2
  • write_stat!/3

File.CopyError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

File.Error

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

File.Stat

  • __struct__/0
  • __struct__/1
  • from_record/1
  • to_record/1

File.Stream

  • __build__/3
  • __struct__/0
  • __struct__/1

Float

  • ceil/1
  • ceil/2
  • floor/1
  • floor/2
  • parse/1
  • ratio/1
  • round/1
  • round/2
  • to_char_list/1
  • to_char_list/2
  • to_charlist/1
  • to_string/1
  • to_string/2

FunctionClauseError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

GenEvent

  • ack_notify/2
  • add_handler/3
  • add_mon_handler/3
  • call/3
  • call/4
  • format_status/2
  • init_hib/4
  • init_it/6
  • notify/2
  • remove_handler/3
  • start/0
  • start/1
  • start_link/0
  • start_link/1
  • stop/1
  • stop/2
  • stop/3
  • stream/1
  • stream/2
  • swap_handler/5
  • swap_mon_handler/5
  • sync_notify/2
  • system_code_change/4
  • system_continue/3
  • system_get_state/1
  • system_replace_state/2
  • system_terminate/4
  • which_handlers/1
  • __using__/1

GenEvent.Stream

  • __struct__/0
  • __struct__/1
  • code_change/3
  • handle_call/2
  • handle_event/2
  • handle_info/2
  • init/1
  • terminate/2

GenServer

  • abcast/2
  • abcast/3
  • call/2
  • call/3
  • cast/2
  • multi_call/2
  • multi_call/3
  • multi_call/4
  • reply/2
  • start/2
  • start/3
  • start_link/2
  • start_link/3
  • stop/1
  • stop/2
  • stop/3
  • whereis/1
  • __using__/1

HashDict

  • __struct__/0
  • __struct__/1
  • delete/2
  • dict_delete/2
  • drop/2
  • equal?/2
  • fetch/2
  • fetch!/2
  • get/2
  • get/3
  • get_and_update/3
  • get_lazy/3
  • has_key?/2
  • keys/1
  • merge/2
  • merge/3
  • new/0
  • pop/2
  • pop/3
  • pop_lazy/3
  • put/3
  • put_new/3
  • put_new_lazy/3
  • reduce/3
  • size/1
  • split/2
  • take/2
  • to_list/1
  • update/4
  • update!/3
  • values/1

HashSet

  • __struct__/0
  • __struct__/1
  • delete/2
  • difference/2
  • disjoint?/2
  • equal?/2
  • intersection/2
  • member?/2
  • new/0
  • put/2
  • reduce/3
  • size/1
  • subset?/2
  • to_list/1
  • union/2

IO

  • binread/1
  • binread/2
  • binstream/2
  • binwrite/1
  • binwrite/2
  • chardata_to_string/1
  • each_binstream/2
  • each_stream/2
  • getn/1
  • getn/2
  • getn/3
  • gets/1
  • gets/2
  • inspect/1
  • inspect/2
  • inspect/3
  • iodata_length/1
  • iodata_to_binary/1
  • puts/1
  • puts/2
  • read/1
  • read/2
  • stream/2
  • warn/1
  • warn/2
  • write/1
  • write/2

IO.ANSI

  • black/0
  • black_background/0
  • blink_off/0
  • blink_rapid/0
  • blink_slow/0
  • blue/0
  • blue_background/0
  • bright/0
  • clear/0
  • clear_line/0
  • color/1
  • color/3
  • color_background/1
  • color_background/3
  • conceal/0
  • crossed_out/0
  • cyan/0
  • cyan_background/0
  • default_background/0
  • default_color/0
  • enabled?/0
  • encircled/0
  • faint/0
  • font_1/0
  • font_2/0
  • font_3/0
  • font_4/0
  • font_5/0
  • font_6/0
  • font_7/0
  • font_8/0
  • font_9/0
  • format/1
  • format/2
  • format_fragment/1
  • format_fragment/2
  • framed/0
  • green/0
  • green_background/0
  • home/0
  • inverse/0
  • inverse_off/0
  • italic/0
  • light_black/0
  • light_black_background/0
  • light_blue/0
  • light_blue_background/0
  • light_cyan/0
  • light_cyan_background/0
  • light_green/0
  • light_green_background/0
  • light_magenta/0
  • light_magenta_background/0
  • light_red/0
  • light_red_background/0
  • light_white/0
  • light_white_background/0
  • light_yellow/0
  • light_yellow_background/0
  • magenta/0
  • magenta_background/0
  • no_underline/0
  • normal/0
  • not_framed_encircled/0
  • not_italic/0
  • not_overlined/0
  • overlined/0
  • primary_font/0
  • red/0
  • red_background/0
  • reset/0
  • reverse/0
  • reverse_off/0
  • underline/0
  • white/0
  • white_background/0
  • yellow/0
  • yellow_background/0

IO.Stream

  • __build__/3
  • __struct__/0
  • __struct__/1

IO.StreamError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Inspect

  • __protocol__/1
  • impl_for/1
  • impl_for!/1
  • inspect/2

Inspect.Algebra

  • break/0
  • break/1
  • color/3
  • concat/1
  • concat/2
  • empty/0
  • fold_doc/2
  • format/2
  • glue/2
  • glue/3
  • group/1
  • line/2
  • nest/2
  • space/2
  • surround/3
  • surround_many/5
  • surround_many/6
  • to_doc/2

Inspect.Any

  • __impl__/1
  • inspect/2

Inspect.Atom

  • __impl__/1
  • inspect/1
  • inspect/2

Inspect.BitString

  • __impl__/1
  • escape/2
  • escape_char/1
  • inspect/2

Inspect.Date

  • __impl__/1
  • inspect/2

Inspect.Error

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Inspect.Float

  • __impl__/1
  • inspect/2

Inspect.Function

  • __impl__/1
  • inspect/2

Inspect.HashDict

  • __impl__/1
  • inspect/2

Inspect.HashSet

  • __impl__/1
  • inspect/2

Inspect.Integer

  • __impl__/1
  • inspect/2

Inspect.List

  • __impl__/1
  • inspect/2
  • keyword/2
  • keyword?/1
  • printable?/1

Inspect.Map

  • __impl__/1
  • inspect/2
  • inspect/3

Inspect.MapSet

  • __impl__/1
  • inspect/2

Inspect.NaiveDateTime

  • __impl__/1
  • inspect/2

Inspect.Opts

  • __struct__/0
  • __struct__/1

Inspect.PID

  • __impl__/1
  • inspect/2

Inspect.Port

  • __impl__/1
  • inspect/2

Inspect.Range

  • __impl__/1
  • inspect/2

Inspect.Reference

  • __impl__/1
  • inspect/2

Inspect.Regex

  • __impl__/1
  • inspect/2

Inspect.Stream

  • __impl__/1
  • inspect/2

Inspect.Time

  • __impl__/1
  • inspect/2

Inspect.Tuple

  • __impl__/1
  • inspect/2

Inspect.Version

  • __impl__/1
  • inspect/2

Inspect.Version.Requirement

  • __impl__/1
  • inspect/2

Integer

  • digits/1
  • digits/2
  • floor_div/2
  • mod/2
  • parse/1
  • parse/2
  • to_char_list/1
  • to_charlist/1
  • to_charlist/2
  • to_string/1
  • to_string/2
  • undigits/1
  • undigits/2
  • is_even/1
  • is_odd/1

Kernel

  • !=/2
  • !==/2
  • */2
  • +/1
  • +/2
  • ++/2
  • -/1
  • -/2
  • --/2
  • //2
  • </2
  • <=/2
  • ==/2
  • ===/2
  • =~/2
  • >/2
  • >=/2
  • abs/1
  • apply/2
  • apply/3
  • binary_part/3
  • bit_size/1
  • byte_size/1
  • div/2
  • elem/2
  • exit/1
  • function_exported?/3
  • get_and_update_in/3
  • get_in/2
  • hd/1
  • inspect/1
  • inspect/2
  • is_atom/1
  • is_binary/1
  • is_bitstring/1
  • is_boolean/1
  • is_float/1
  • is_function/1
  • is_function/2
  • is_integer/1
  • is_list/1
  • is_map/1
  • is_number/1
  • is_pid/1
  • is_port/1
  • is_reference/1
  • is_tuple/1
  • length/1
  • macro_exported?/3
  • make_ref/0
  • map_size/1
  • max/2
  • min/2
  • node/0
  • node/1
  • not/1
  • pop_in/2
  • put_elem/3
  • put_in/3
  • rem/2
  • round/1
  • self/0
  • send/2
  • spawn/1
  • spawn/3
  • spawn_link/1
  • spawn_link/3
  • spawn_monitor/1
  • spawn_monitor/3
  • struct/1
  • struct/2
  • struct!/1
  • struct!/2
  • throw/1
  • tl/1
  • trunc/1
  • tuple_size/1
  • update_in/3
  • !/1
  • &&/2
  • ../2
  • <>/2
  • @/1
  • alias!/1
  • and/2
  • binding/0
  • binding/1
  • def/1
  • def/2
  • defdelegate/2
  • defexception/1
  • defimpl/2
  • defimpl/3
  • defmacro/1
  • defmacro/2
  • defmacrop/1
  • defmacrop/2
  • defmodule/2
  • defoverridable/1
  • defp/1
  • defp/2
  • defprotocol/2
  • defstruct/1
  • destructure/2
  • get_and_update_in/2
  • if/2
  • in/2
  • is_nil/1
  • match?/2
  • or/2
  • pop_in/1
  • put_in/2
  • raise/1
  • raise/2
  • reraise/2
  • reraise/3
  • sigil_C/2
  • sigil_D/2
  • sigil_N/2
  • sigil_R/2
  • sigil_S/2
  • sigil_T/2
  • sigil_W/2
  • sigil_c/2
  • sigil_r/2
  • sigil_s/2
  • sigil_w/2
  • to_char_list/1
  • to_charlist/1
  • to_string/1
  • unless/2
  • update_in/2
  • use/1
  • use/2
  • var!/1
  • var!/2
  • |>/2
  • ||/2

Kernel.ErrorHandler

  • ensure_compiled/2
  • ensure_loaded/1
  • undefined_function/3
  • undefined_lambda/3

Kernel.ParallelCompiler

  • files/1
  • files/2
  • files_to_path/2
  • files_to_path/3

Kernel.ParallelRequire

  • files/1
  • files/2

Kernel.SpecialForms

  • %/2
  • %{}/1
  • &/1
  • ./2
  • ::/2
  • <<>>/1
  • =/2
  • ^/1
  • __CALLER__/0
  • __DIR__/0
  • __ENV__/0
  • __MODULE__/0
  • __aliases__/1
  • __block__/1
  • alias/2
  • case/2
  • cond/1
  • fn/1
  • for/1
  • import/2
  • quote/2
  • receive/1
  • require/2
  • super/1
  • try/1
  • unquote/1
  • unquote_splicing/1
  • with/1
  • {}/1

Kernel.Typespec

  • beam_callbacks/1
  • beam_specs/1
  • beam_typedocs/1
  • beam_types/1
  • define_spec/3
  • define_type/3
  • define_type/4
  • defines_callback?/3
  • defines_spec?/3
  • defines_type?/3
  • defspec/3
  • deftype/3
  • spec_to_ast/2
  • spec_to_signature/1
  • translate_spec/3
  • translate_type/3
  • type_to_ast/1
  • type_to_signature/1
  • defcallback/1
  • defmacrocallback/1
  • defopaque/1
  • defoptional_callbacks/1
  • defspec/1
  • deftype/1
  • deftypep/1

KeyError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Keyword

  • delete/2
  • delete/3
  • delete_first/2
  • drop/2
  • equal?/2
  • fetch/2
  • fetch!/2
  • get/2
  • get/3
  • get_and_update/3
  • get_and_update!/3
  • get_lazy/3
  • get_values/2
  • has_key?/2
  • keys/1
  • keyword?/1
  • merge/2
  • merge/3
  • new/0
  • new/1
  • new/2
  • pop/2
  • pop/3
  • pop_first/2
  • pop_first/3
  • pop_lazy/3
  • put/3
  • put_new/3
  • put_new_lazy/3
  • size/1
  • split/2
  • take/2
  • to_list/1
  • update/4
  • update!/3
  • values/1

List

  • delete/2
  • delete_at/2
  • duplicate/2
  • first/1
  • flatten/1
  • flatten/2
  • foldl/3
  • foldr/3
  • insert_at/3
  • keydelete/3
  • keyfind/3
  • keyfind/4
  • keymember?/3
  • keyreplace/4
  • keysort/2
  • keystore/4
  • keytake/3
  • last/1
  • myers_difference/2
  • pop_at/2
  • pop_at/3
  • replace_at/3
  • to_atom/1
  • to_existing_atom/1
  • to_float/1
  • to_integer/1
  • to_integer/2
  • to_string/1
  • to_tuple/1
  • update_at/3
  • wrap/1
  • zip/1

List.Chars

  • __protocol__/1
  • impl_for/1
  • impl_for!/1
  • to_char_list/1
  • to_charlist/1

List.Chars.Atom

  • __impl__/1
  • to_charlist/1

List.Chars.BitString

  • __impl__/1
  • to_charlist/1

List.Chars.Float

  • __impl__/1
  • to_charlist/1

List.Chars.Integer

  • __impl__/1
  • to_charlist/1

List.Chars.List

  • __impl__/1
  • to_charlist/1

Macro

  • camelize/1
  • decompose_call/1
  • escape/1
  • escape/2
  • expand/2
  • expand_once/2
  • pipe/3
  • pipe_warning/1
  • postwalk/2
  • postwalk/3
  • prewalk/2
  • prewalk/3
  • to_string/1
  • to_string/2
  • traverse/4
  • underscore/1
  • unescape_string/1
  • unescape_string/2
  • unescape_tokens/1
  • unescape_tokens/2
  • unpipe/1
  • update_meta/2
  • validate/1
  • var/2
  • binary_ops/0
  • unary_ops/0

Macro.Env

  • __struct__/0
  • __struct__/1
  • in_guard?/1
  • in_match?/1
  • location/1
  • stacktrace/1

Map

  • delete/2
  • drop/2
  • equal?/2
  • fetch/2
  • fetch!/2
  • from_struct/1
  • get/2
  • get/3
  • get_and_update/3
  • get_and_update!/3
  • get_lazy/3
  • has_key?/2
  • keys/1
  • merge/2
  • merge/3
  • new/0
  • new/1
  • new/2
  • pop/2
  • pop/3
  • pop_lazy/3
  • put/3
  • put_new/3
  • put_new_lazy/3
  • size/1
  • split/2
  • take/2
  • to_list/1
  • update/4
  • update!/3
  • values/1

MapSet

  • __struct__/0
  • __struct__/1
  • delete/2
  • difference/2
  • disjoint?/2
  • equal?/2
  • intersection/2
  • member?/2
  • new/0
  • new/1
  • new/2
  • put/2
  • size/1
  • subset?/2
  • to_list/1
  • union/2

MatchError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Module

  • add_doc/5
  • add_doc/6
  • compile_doc/6
  • concat/1
  • concat/2
  • create/3
  • defines?/2
  • defines?/3
  • definitions_in/1
  • definitions_in/2
  • delete_attribute/2
  • eval_quoted/2
  • eval_quoted/3
  • eval_quoted/4
  • get_attribute/2
  • get_attribute/3
  • make_overridable/2
  • open?/1
  • overridable?/2
  • put_attribute/3
  • put_attribute/5
  • register_attribute/3
  • safe_concat/1
  • safe_concat/2
  • split/1
  • store_typespec/3

NaiveDateTime

  • __struct__/0
  • __struct__/1
  • add/2
  • add/3
  • compare/2
  • diff/2
  • diff/3
  • from_erl/1
  • from_erl/2
  • from_erl!/1
  • from_erl!/2
  • from_iso8601/1
  • from_iso8601!/1
  • new/2
  • new/6
  • new/7
  • to_date/1
  • to_erl/1
  • to_iso8601/1
  • to_string/1
  • to_time/1
  • utc_now/0

Node

  • alive?/0
  • connect/1
  • disconnect/1
  • get_cookie/0
  • list/0
  • list/1
  • monitor/2
  • monitor/3
  • ping/1
  • self/0
  • set_cookie/1
  • set_cookie/2
  • spawn/2
  • spawn/3
  • spawn/4
  • spawn/5
  • spawn_link/2
  • spawn_link/4
  • start/1
  • start/2
  • start/3
  • stop/0

OptionParser

  • get_option_key/2
  • next/1
  • next/2
  • parse/1
  • parse/2
  • parse!/1
  • parse!/2
  • parse_head/1
  • parse_head/2
  • parse_head!/1
  • parse_head!/2
  • split/1
  • to_argv/1
  • to_argv/2

OptionParser.ParseError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Path

  • absname/1
  • absname/2
  • basename/1
  • basename/2
  • dirname/1
  • expand/1
  • expand/2
  • extname/1
  • join/1
  • join/2
  • relative/1
  • relative_to/2
  • relative_to_cwd/1
  • rootname/1
  • rootname/2
  • split/1
  • type/1
  • wildcard/1
  • wildcard/2

Path.Wildcard

  • list_dir/1
  • read_link_info/1

Port

  • close/1
  • command/2
  • command/3
  • connect/2
  • info/1
  • info/2
  • list/0
  • open/2

Process

  • alive?/1
  • cancel_timer/1
  • delete/1
  • demonitor/1
  • demonitor/2
  • exit/2
  • flag/2
  • flag/3
  • get/0
  • get/1
  • get/2
  • get_keys/0
  • get_keys/1
  • group_leader/0
  • group_leader/2
  • hibernate/3
  • info/1
  • info/2
  • link/1
  • list/0
  • monitor/1
  • put/2
  • read_timer/1
  • register/2
  • registered/0
  • send/3
  • send_after/3
  • send_after/4
  • sleep/1
  • spawn/2
  • spawn/4
  • unlink/1
  • unregister/1
  • whereis/1

Protocol

  • __builtin__/0
  • __derive__/3
  • __ensure_defimpl__/3
  • __functions_spec__/1
  • __impl__/2
  • __protocol__/2
  • __spec__?/3
  • assert_impl!/2
  • assert_protocol!/1
  • consolidate/2
  • consolidated?/1
  • extract_impls/2
  • extract_protocols/1
  • def/1
  • derive/2
  • derive/3

Protocol.UndefinedError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Range

  • __struct__/0
  • __struct__/1
  • new/2
  • range?/1

Record

  • __access__/4
  • __access__/5
  • __fields__/2
  • __keyword__/3
  • extract/2
  • extract_all/1
  • defrecord/2
  • defrecord/3
  • defrecordp/2
  • defrecordp/3
  • is_record/1
  • is_record/2

Record.Extractor

  • extract/2
  • extract_all/1

Regex

  • __struct__/0
  • __struct__/1
  • compile/1
  • compile/2
  • compile!/1
  • compile!/2
  • escape/1
  • match?/2
  • named_captures/2
  • named_captures/3
  • names/1
  • opts/1
  • re_pattern/1
  • regex?/1
  • replace/3
  • replace/4
  • run/2
  • run/3
  • scan/2
  • scan/3
  • source/1
  • split/2
  • split/3
  • unescape_map/1

Regex.CompileError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Registry

  • dispatch/3
  • keys/2
  • lookup/2
  • match/3
  • meta/2
  • put_meta/3
  • register/3
  • register_name/2
  • send/2
  • start_link/2
  • start_link/3
  • unregister/2
  • unregister_name/1
  • update_value/3
  • whereis_name/1

RuntimeError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Set

  • delete/2
  • difference/2
  • disjoint?/2
  • empty/1
  • equal?/2
  • intersection/2
  • member?/2
  • put/2
  • size/1
  • subset?/2
  • to_list/1
  • union/2

Stream

  • __struct__/0
  • __struct__/1
  • chunk/2
  • chunk/3
  • chunk/4
  • chunk_by/2
  • concat/1
  • concat/2
  • cycle/1
  • dedup/1
  • dedup_by/2
  • drop/2
  • drop_every/2
  • drop_while/2
  • each/2
  • filter/2
  • filter_map/3
  • flat_map/2
  • interval/1
  • into/2
  • into/3
  • iterate/2
  • map/2
  • map_every/3
  • reject/2
  • repeatedly/1
  • resource/3
  • run/1
  • scan/2
  • scan/3
  • take/2
  • take_every/2
  • take_while/2
  • timer/1
  • transform/3
  • transform/4
  • unfold/2
  • uniq/1
  • uniq/2
  • uniq_by/2
  • with_index/1
  • with_index/2
  • zip/1
  • zip/2

String

  • at/2
  • capitalize/1
  • chunk/2
  • codepoints/1
  • contains?/2
  • downcase/1
  • duplicate/2
  • ends_with?/2
  • equivalent?/2
  • first/1
  • graphemes/1
  • jaro_distance/2
  • last/1
  • length/1
  • ljust/2
  • ljust/3
  • lstrip/1
  • lstrip/2
  • match?/2
  • myers_difference/2
  • next_codepoint/1
  • next_grapheme/1
  • next_grapheme_size/1
  • normalize/2
  • pad_leading/2
  • pad_leading/3
  • pad_trailing/2
  • pad_trailing/3
  • printable?/1
  • replace/3
  • replace/4
  • replace_leading/3
  • replace_prefix/3
  • replace_suffix/3
  • replace_trailing/3
  • reverse/1
  • rjust/2
  • rjust/3
  • rstrip/1
  • rstrip/2
  • slice/2
  • slice/3
  • split/1
  • split/2
  • split/3
  • split_at/2
  • splitter/2
  • splitter/3
  • starts_with?/2
  • strip/1
  • strip/2
  • to_atom/1
  • to_char_list/1
  • to_charlist/1
  • to_existing_atom/1
  • to_float/1
  • to_integer/1
  • to_integer/2
  • trim/1
  • trim/2
  • trim_leading/1
  • trim_leading/2
  • trim_trailing/1
  • trim_trailing/2
  • upcase/1
  • valid?/1
  • valid_character?/1

String.Casing

  • downcase/1
  • titlecase_once/1
  • upcase/1

String.Chars

  • __protocol__/1
  • impl_for/1
  • impl_for!/1
  • to_string/1

String.Chars.Atom

  • __impl__/1
  • to_string/1

String.Chars.BitString

  • __impl__/1
  • to_string/1

String.Chars.Date

  • __impl__/1
  • to_string/1

String.Chars.DateTime

  • __impl__/1
  • to_string/1

String.Chars.Float

  • __impl__/1
  • to_string/1

String.Chars.Integer

  • __impl__/1
  • to_string/1

String.Chars.List

  • __impl__/1
  • to_string/1

String.Chars.NaiveDateTime

  • __impl__/1
  • to_string/1

String.Chars.Time

  • __impl__/1
  • to_string/1

String.Chars.URI

  • __impl__/1
  • to_string/1

String.Chars.Version

  • __impl__/1
  • to_string/1

String.Chars.Version.Requirement

  • __impl__/1
  • to_string/1

String.Unicode

  • codepoints/1
  • graphemes/1
  • length/1
  • next_codepoint/1
  • next_grapheme_size/1
  • split_at/2
  • version/0

StringIO

  • close/1
  • code_change/3
  • contents/1
  • flush/1
  • handle_call/3
  • handle_cast/2
  • handle_info/2
  • init/1
  • open/1
  • open/2
  • terminate/2

Supervisor

  • count_children/1
  • delete_child/2
  • restart_child/2
  • start_child/2
  • start_link/2
  • start_link/3
  • stop/1
  • stop/2
  • stop/3
  • terminate_child/2
  • which_children/1
  • __using__/1

Supervisor.Spec

  • supervise/2
  • supervisor/2
  • supervisor/3
  • worker/2
  • worker/3

SyntaxError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

System

  • argv/0
  • argv/1
  • at_exit/1
  • build_info/0
  • cmd/2
  • cmd/3
  • compiled_endianness/0
  • convert_time_unit/3
  • cwd/0
  • cwd!/0
  • delete_env/1
  • endianness/0
  • find_executable/1
  • get_env/0
  • get_env/1
  • get_pid/0
  • halt/0
  • halt/1
  • monotonic_time/0
  • monotonic_time/1
  • os_time/0
  • os_time/1
  • otp_release/0
  • put_env/1
  • put_env/2
  • schedulers/0
  • schedulers_online/0
  • stacktrace/0
  • system_time/0
  • system_time/1
  • time_offset/0
  • time_offset/1
  • tmp_dir/0
  • tmp_dir!/0
  • unique_integer/0
  • unique_integer/1
  • user_home/0
  • user_home!/0
  • version/0

SystemLimitError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Task

  • __struct__/0
  • __struct__/1
  • async/1
  • async/3
  • async_stream/2
  • async_stream/3
  • async_stream/4
  • async_stream/5
  • await/1
  • await/2
  • find/2
  • shutdown/1
  • shutdown/2
  • start/1
  • start/3
  • start_link/1
  • start_link/3
  • yield/1
  • yield/2
  • yield_many/1
  • yield_many/2

Task.Supervisor

  • async/2
  • async/4
  • async_nolink/2
  • async_nolink/4
  • async_stream/3
  • async_stream/4
  • async_stream/5
  • async_stream/6
  • async_stream_nolink/3
  • async_stream_nolink/4
  • async_stream_nolink/5
  • async_stream_nolink/6
  • children/1
  • start_child/2
  • start_child/4
  • start_link/0
  • start_link/1
  • terminate_child/2

Time

  • __struct__/0
  • __struct__/1
  • compare/2
  • from_erl/1
  • from_erl/2
  • from_erl!/1
  • from_erl!/2
  • from_iso8601/1
  • from_iso8601!/1
  • new/3
  • new/4
  • to_erl/1
  • to_iso8601/1
  • to_string/1
  • utc_now/0

TokenMissingError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

TryClauseError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Tuple

  • append/2
  • delete_at/2
  • duplicate/2
  • insert_at/3
  • to_list/1

URI

  • __struct__/0
  • __struct__/1
  • char_reserved?/1
  • char_unescaped?/1
  • char_unreserved?/1
  • decode/1
  • decode_query/1
  • decode_query/2
  • decode_www_form/1
  • default_port/1
  • default_port/2
  • encode/1
  • encode/2
  • encode_query/1
  • encode_www_form/1
  • merge/2
  • parse/1
  • path_to_segments/1
  • query_decoder/1
  • to_string/1

UndefinedFunctionError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

UnicodeConversionError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Version

  • __struct__/0
  • __struct__/1
  • compare/2
  • compile_requirement/1
  • match?/2
  • match?/3
  • parse/1
  • parse!/1
  • parse_requirement/1

Version.InvalidRequirementError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Version.InvalidVersionError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1

Version.Requirement

  • __struct__/0
  • __struct__/1

WithClauseError

  • __struct__/0
  • __struct__/1
  • exception/1
  • message/1