Current section

Files

Jump to
futu lib futu component mapper mapper.ex
Raw

lib/futu/component/mapper/mapper.ex

defmodule Futu.Component.Mapper do
@moduledoc false
@callback map(any(), list()) :: any()
end