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

gw.lang.function.IProcedure13 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 IProcedure13 {

  void invoke( P0 arg0, P1 arg1, P2 arg2, P3 arg3, P4 arg4, P5 arg5, P6 arg6, P7 arg7, P8 arg8, P9 arg9, P10 arg10, P11 arg11, P12 arg12 );

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy