gw.lang.function.IFunction0 Maven / Gradle / Ivy
/*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.function;
@FunctionalInterface
public interface IFunction0 {
R invoke();
}
/*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.function;
@FunctionalInterface
public interface IFunction0 {
R invoke();
}