Box.Maybe (box v0.15.1)

View Source

Summary

Types

t()

@type t() :: nil | any()

Functions

map(value, function)

@spec map(t(), (any() -> any())) :: t()

with_default(value, function)

@spec with_default(t(), (-> any()) | any()) :: any()