Module otpbp_maps

Function Index

filtermap/2
foreach/2
from_keys/2
groups_from_list/2
groups_from_list/3
intersect/2
intersect_with/3
iterator/1
merge_with/3
next/1

Function Details

filtermap/2

filtermap(Fun, Map) -> any()

foreach/2

foreach(Fun, MapOrIter) -> any()

from_keys/2

from_keys(Keys, Value) -> any()

groups_from_list/2

groups_from_list(F, L) -> any()

groups_from_list/3

groups_from_list(F, VF, L) -> any()

intersect/2

intersect(M1, M2) -> any()

intersect_with/3

intersect_with(C, M1, M2) -> any()

iterator/1

iterator(M) -> any()

merge_with/3

merge_with(C, M1, M2) -> any()

next/1

next(KVI) -> any()


Generated by EDoc