Interface JavaSProc3<A1,A2,A3,RT>
- 
- All Superinterfaces:
 com.snowflake.snowpark_java.internal.JavaSProc,Serializable
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface public interface JavaSProc3<A1,A2,A3,RT> extends com.snowflake.snowpark_java.internal.JavaSProc
A Java SProc interface that has 3 arguments. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RTcall(Session session, A1 arg1, A2 arg2, A3 arg3) 
 -