Package com.jnape.palatable.lambda.adt.hmap
-
Interface Summary Interface Description Schema<Values extends HList> A lens that focuses on theheterogeneous list
of values pointed at by one or moretypesafe keys
that must all exist in the sameHMap
to be collectively extracted.TypeSafeKey<A,B> An interface representing a parametrized key for use inHMap
s.TypeSafeKey.Simple<A> -
Class Summary Class Description HMap An immutable heterogeneous mapping from a parametrized type-safe key to any value, supporting a minimal mapping interface.