Options
All
  • Public
  • Public/Protected
  • All
Menu

Extended Map

Type parameters

Hierarchy

Implements

Index

Constructors

constructor

  • new ExMap<M>(val: M): ExMap<M>

Properties

val

val: M

Methods

get

has

getOrDefault

getAndThen

tryGet

  • Try to get Option instead of Maybe to ensure that the value of None can be distinguished

    Parameters

    Returns Option<MapValue<M>>

Generated using TypeDoc