Uses of Class
de.scravy.bedrock.hlist.HList
| Package | Description |
|---|---|
| de.scravy.bedrock | |
| de.scravy.bedrock.hlist |
-
Uses of HList in de.scravy.bedrock
Classes in de.scravy.bedrock with type parameters of type HList Modifier and Type Class Description classSpecificityTree<K extends HList<K>,V>static classSpecificityTree.Builder<L extends HList<L>>Methods in de.scravy.bedrock with type parameters of type HList Modifier and Type Method Description static <K extends HList<K>>
longSpecificityTree. computeSpecificityFor(K key)static <A, B, L extends HList<L>>
Pair<A,B>Pair. fromHList(C<A,C<B,L>> hlist)static <A, B, C, D, L extends HList<L>>
Quadruple<A,B,C,D>Quadruple. fromHList(C<A,C<B,C<C,C<D,L>>>> hlist)static <A, B, C, L extends HList<L>>
Triple<A,B,C>Triple. fromHList(C<A,C<B,C<C,L>>> hlist) -
Uses of HList in de.scravy.bedrock.hlist
Classes in de.scravy.bedrock.hlist with type parameters of type HList Modifier and Type Class Description classC<E,L extends HList<L>>classHList<This extends HList<This>>Subclasses of HList in de.scravy.bedrock.hlist Modifier and Type Class Description classC<E,L extends HList<L>>classNilMethods in de.scravy.bedrock.hlist with type parameters of type HList Modifier and Type Method Description static <E, L extends HList<L>>
C<E,L>HList. cons(E head, L tail)<M extends HList<M>>
C<E,M>C. withTail(M tail)Methods in de.scravy.bedrock.hlist that return HList Modifier and Type Method Description static HListHList. dynamic(Iterable<?> keys)