Current section
Files
Jump to
Current section
Files
lib/Bucs.ex
# File: Bucs.ex
# This file was generated from bucs.beam
# Using rebar3_elixir (https://github.com/G-Corp/rebar3_elixir)
# MODIFY IT AT YOUR OWN RISK AND ONLY IF YOU KNOW WHAT YOU ARE DOING!
defmodule Bucs do
def unquote(:to)(arg1, arg2) do
:erlang.apply(:bucs, :to, [arg1, arg2])
end
def unquote(:as)(arg1, arg2) do
:erlang.apply(:bucs, :as, [arg1, arg2])
end
def unquote(:type)(arg1) do
:erlang.apply(:bucs, :type, [arg1])
end
def unquote(:is_type)(arg1, arg2) do
:erlang.apply(:bucs, :is_type, [arg1, arg2])
end
def unquote(:to_list)(arg1) do
:erlang.apply(:bucs, :to_list, [arg1])
end
def unquote(:to_string)(arg1) do
:erlang.apply(:bucs, :to_string, [arg1])
end
def unquote(:to_binary)(arg1) do
:erlang.apply(:bucs, :to_binary, [arg1])
end
def unquote(:to_integer)(arg1) do
:erlang.apply(:bucs, :to_integer, [arg1])
end
def unquote(:to_float)(arg1) do
:erlang.apply(:bucs, :to_float, [arg1])
end
def unquote(:to_float)(arg1, arg2) do
:erlang.apply(:bucs, :to_float, [arg1, arg2])
end
def unquote(:to_term)(arg1) do
:erlang.apply(:bucs, :to_term, [arg1])
end
def unquote(:module_exist)(arg1) do
:erlang.apply(:bucs, :module_exist, [arg1])
end
def unquote(:module_exists)(arg1) do
:erlang.apply(:bucs, :module_exists, [arg1])
end
def unquote(:function_exist)(arg1, arg2, arg3) do
:erlang.apply(:bucs, :function_exist, [arg1, arg2, arg3])
end
def unquote(:function_exists)(arg1, arg2, arg3) do
:erlang.apply(:bucs, :function_exists, [arg1, arg2, arg3])
end
def unquote(:apply)(arg1, arg2, arg3, arg4) do
:erlang.apply(:bucs, :apply, [arg1, arg2, arg3, arg4])
end
def unquote(:apply)(arg1, arg2, arg3) do
:erlang.apply(:bucs, :apply, [arg1, arg2, arg3])
end
def unquote(:apply)(arg1, arg2) do
:erlang.apply(:bucs, :apply, [arg1, arg2])
end
def unquote(:is_string)(arg1) do
:erlang.apply(:bucs, :is_string, [arg1])
end
def unquote(:is_kw_list)(arg1) do
:erlang.apply(:bucs, :is_kw_list, [arg1])
end
def unquote(:is_list_of_lists)(arg1) do
:erlang.apply(:bucs, :is_list_of_lists, [arg1])
end
def unquote(:is_list_of_printables)(arg1) do
:erlang.apply(:bucs, :is_list_of_printables, [arg1])
end
def unquote(:is_printable)(arg1) do
:erlang.apply(:bucs, :is_printable, [arg1])
end
def unquote(:match)(arg1, arg2) do
:erlang.apply(:bucs, :match, [arg1, arg2])
end
def unquote(:compare_as_list)(arg1, arg2) do
:erlang.apply(:bucs, :compare_as_list, [arg1, arg2])
end
def unquote(:compare_as_string)(arg1, arg2) do
:erlang.apply(:bucs, :compare_as_string, [arg1, arg2])
end
def unquote(:compare_as_atom)(arg1, arg2) do
:erlang.apply(:bucs, :compare_as_atom, [arg1, arg2])
end
def unquote(:compare_as_integer)(arg1, arg2) do
:erlang.apply(:bucs, :compare_as_integer, [arg1, arg2])
end
def unquote(:compare_as_binary)(arg1, arg2) do
:erlang.apply(:bucs, :compare_as_binary, [arg1, arg2])
end
def unquote(:compare_as_float)(arg1, arg2) do
:erlang.apply(:bucs, :compare_as_float, [arg1, arg2])
end
def unquote(:pipecall)(arg1) do
:erlang.apply(:bucs, :pipecall, [arg1])
end
def unquote(:call)(arg1, arg2, arg3) do
:erlang.apply(:bucs, :call, [arg1, arg2, arg3])
end
def unquote(:blank)(arg1) do
:erlang.apply(:bucs, :blank, [arg1])
end
def unquote(:present)(arg1) do
:erlang.apply(:bucs, :present, [arg1])
end
def unquote(:default_to)(arg1, arg2) do
:erlang.apply(:bucs, :default_to, [arg1, arg2])
end
def unquote(:eval)(arg1) do
:erlang.apply(:bucs, :eval, [arg1])
end
def unquote(:eval)(arg1, arg2) do
:erlang.apply(:bucs, :eval, [arg1, arg2])
end
def unquote(:is_tuple_of)(arg1, arg2) do
:erlang.apply(:bucs, :is_tuple_of, [arg1, arg2])
end
def unquote(:is_list_of)(arg1, arg2) do
:erlang.apply(:bucs, :is_list_of, [arg1, arg2])
end
def unquote(:test)() do
:erlang.apply(:bucs, :test, [])
end
def unquote(:to_atom)(arg1) do
:erlang.apply(:bucs, :to_atom, [arg1])
end
end