package com.volmit.iris.util; public interface Supplier2 { public void get(T t, TT tt); }