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

org.lambda.actions.Action9 Maven / Gradle / Ivy

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

public interface Action9
{
  public static  Action9 doNothing()
  {
    return (In1, In2, In3, In4, In5, In6, In7, In8, In9) -> {
    };
  }
  public void call(In1 a, In2 b, In3 c, In4 d, In5 e, In6 f, In7 g, In8 h, In9 i);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy