Module proper_srv

Test the dict API functions on an ordered collection.

Copyright © 2012 Michael Truog ------------------------------------------------------------------------

Behaviours: gen_server.

Authors: Michael Truog (mjtruog [at] gmail (dot) com).

Description

Test the dict API functions on an ordered collection.

Function Index

append/2
append_list/2
code_change/3
erase/1
fetch_keys/0
filter/1
find/1
fold/2
handle_call/3
handle_cast/2
handle_info/2
init/1
is_key/1
map/1
size/0
start_link/1
stop/0
store/2
terminate/2
update/3

Function Details

append/2

append(Key, Value) -> any()

append_list/2

append_list(Key, L) -> any()

code_change/3

code_change(OldVsn, State, Extra) -> any()

erase/1

erase(Key) -> any()

fetch_keys/0

fetch_keys() -> any()

filter/1

filter(F) -> any()

find/1

find(Key) -> any()

fold/2

fold(F, Acc) -> any()

handle_call/3

handle_call(X1, F, S) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

is_key/1

is_key(Key) -> any()

map/1

map(F) -> any()

size/0

size() -> any()

start_link/1

start_link(Module) -> any()

stop/0

stop() -> any()

store/2

store(Key, L) -> any()

terminate/2

terminate(Reason, State) -> any()

update/3

update(Key, F, L) -> any()


Generated by EDoc, Jun 7 2017, 09:26:10.