com.ibm.streamsx.topology.function

Interface Supplier<T>

  • Type Parameters:
    T - Type of the return value.
    All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    Value


    public interface Supplier<T>
    extends java.io.Serializable
    A function that supplies a value.
    If an implementation also implements java.lang.AutoCloseable then it will be automatically closed when the application terminates.
    • Method Detail

      • get

        T get()
streamsx.topology 2.1 @ IBMStreams GitHub