Interface JavaSProc0<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 JavaSProc0<RT> extends com.snowflake.snowpark_java.internal.JavaSProc
A Java SProc interface that has 0 argument.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RT
call(Session session)
-