Class HMapLens
java.lang.Object
com.jnape.palatable.lambda.optics.lenses.HMapLens
Lenses that operate on
HMaps.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <A> Lens.Simple<HMap, Maybe<A>> valueAt(TypeSafeKey<?, A> key)
-
Constructor Details
-
HMapLens
private HMapLens()
-
-
Method Details
-
valueAt
- Type Parameters:
A- the value type at the key- Parameters:
key- the key- Returns:
- the lens
-