Uses of Class
de.scravy.bedrock.hlist.Nil

Packages that use Nil 
Package Description
de.scravy.bedrock  
de.scravy.bedrock.hlist  
  • Uses of Nil in de.scravy.bedrock

    Methods in de.scravy.bedrock that return types with arguments of type Nil 
    Modifier and Type Method Description
    C<A,​C<B,​Nil>> Pair.toHList()  
    C<A,​C<B,​C<C,​C<D,​Nil>>>> Quadruple.toHList()  
    C<A,​C<B,​C<C,​Nil>>> Triple.toHList()  
    default C<A,​C<B,​Nil>> Tuple2.toHList2()  
    default C<A,​C<B,​C<C,​Nil>>> Tuple3.toHList3()  
    default C<A,​C<B,​C<C,​C<D,​Nil>>>> Tuple4.toHList4()  
    static <T> SpecificityTree.Builder<C<T,​Nil>> SpecificityTree.withDimension​(String name, Class<T> clazz)  
  • Uses of Nil in de.scravy.bedrock.hlist

    Methods in de.scravy.bedrock.hlist that return Nil 
    Modifier and Type Method Description
    static Nil HList.empty()  
    static Nil HList.nil()  
    Methods in de.scravy.bedrock.hlist that return types with arguments of type Nil 
    Modifier and Type Method Description
    static <E> C<E,​Nil> Nil.cons​(E elem)  
    static <E> C<E,​Nil> HList.hlist​(E e)  
    static <E,​ F> C<E,​C<F,​Nil>> HList.hlist​(E e, F f)  
    static <E,​ F,​ G> C<E,​C<F,​C<G,​Nil>>> HList.hlist​(E e, F f, G g)  
    static <E,​ F,​ G,​ H> C<E,​C<F,​C<G,​C<H,​Nil>>>> HList.hlist​(E e, F f, G g, H h)  
    static <E,​ F,​ G,​ H,​ I>
    C<E,​C<F,​C<G,​C<H,​C<I,​Nil>>>>>
    HList.hlist​(E e, F f, G g, H h, I i)  
    static <E,​ F,​ G,​ H,​ I,​ J>
    C<E,​C<F,​C<G,​C<H,​C<I,​C<J,​Nil>>>>>>
    HList.hlist​(E e, F f, G g, H h, I i, J j)  
    static <E,​ F,​ G,​ H,​ I,​ J,​ K>
    C<E,​C<F,​C<G,​C<H,​C<I,​C<J,​C<K,​Nil>>>>>>>
    HList.hlist​(E e, F f, G g, H h, I i, J j, K k)  
    static <E,​ F,​ G,​ H,​ I,​ J,​ K,​ L>
    C<E,​C<F,​C<G,​C<H,​C<I,​C<J,​C<K,​C<L,​Nil>>>>>>>>
    HList.hlist​(E e, F f, G g, H h, I i, J j, K k, L l)  
    static <E,​ F,​ G,​ H,​ I,​ J,​ K,​ L,​ M>
    C<E,​C<F,​C<G,​C<H,​C<I,​C<J,​C<K,​C<L,​C<M,​Nil>>>>>>>>>
    HList.hlist​(E e, F f, G g, H h, I i, J j, K k, L l, M m)  
    static <E,​ F,​ G,​ H,​ I,​ J,​ K,​ L,​ M,​ N>
    C<E,​C<F,​C<G,​C<H,​C<I,​C<J,​C<K,​C<L,​C<M,​C<N,​Nil>>>>>>>>>>
    HList.hlist​(E e, F f, G g, H h, I i, J j, K k, L l, M m, N n)  
    static <E,​ F,​ G,​ H,​ I,​ J,​ K,​ L,​ M,​ N,​ O>
    C<E,​C<F,​C<G,​C<H,​C<I,​C<J,​C<K,​C<L,​C<M,​C<N,​C<O,​Nil>>>>>>>>>>>
    HList.hlist​(E e, F f, G g, H h, I i, J j, K k, L l, M m, N n, O o)  
    Methods in de.scravy.bedrock.hlist with parameters of type Nil 
    Modifier and Type Method Description
    int Nil.compareTo​(Nil ignore)