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

gw.lang.function.IFunction6 Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
/*
 * Copyright 2014 Guidewire Software, Inc.
 */

package gw.lang.function;

@FunctionalInterface
public interface IFunction6 {

  R invoke(P0 arg0, P1 arg1, P2 arg2, P3 arg3, P4 arg4, P5 arg5);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy