gw.lang.function.IProcedure2 Maven / Gradle / Ivy
/*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.function;
@FunctionalInterface
public interface IProcedure2 {
void invoke( P0 arg0, P1 arg1 );
}
/*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.function;
@FunctionalInterface
public interface IProcedure2 {
void invoke( P0 arg0, P1 arg1 );
}