Package arc.func

Interface Cons2<T,N>


public interface Cons2<T,N>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    get(T t, N n)
     
  • Method Details

    • get

      void get(T t, N n)