org.zodiac.sdk.json.ext.Fun4 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zodiac-sdk-json Show documentation
Show all versions of zodiac-sdk-json Show documentation
Zodiac SDK JSON(JavaScript Object Notation)
package org.zodiac.sdk.json.ext;
public interface Fun4 {
R run(T1 t1, T2 t2, T3 t3,T4 t4);
}