Package arc.func

Interface ConsT<T,E extends Throwable>


public interface ConsT<T,E extends Throwable>
A cons that throws something.
  • Method Summary

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