Package com.snowflake.snowpark_java.udf
Interface JavaUDF0<RT>
- 
- All Superinterfaces:
- com.snowflake.snowpark_java.internal.JavaUDF,- 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 JavaUDF0<RT> extends com.snowflake.snowpark_java.internal.JavaUDF A Java UDF interface that has 0 argument.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RTcall()
 
- 
- 
- 
Method Detail- 
callRT call() 
 
- 
 
-