All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zakgof.tools.generic.IFunction4 Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package com.zakgof.tools.generic;

public interface IFunction4 {
  public T get(F1 arg1, F2 arg2, F3 arg3, F4 arg4);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy