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

org.lambda.functions.Function4 Maven / Gradle / Ivy

There is a newer version: 24.9.0
Show newest version
package org.lambda.functions;

public interface Function4
{
  public Out call(In1 a, In2 b, In3 c, In4 d);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy