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

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

The newest version!
package org.lambda.functions;

public interface Function6
{
  public Out call(In1 a, In2 b, In3 c, In4 d, In5 e, In6 f);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy