Interface ResultStreamerBinder<D,C,T>

Type Parameters:
D - The domain tuple type
C - The component type
T - The tuple type such as Tuple

public interface ResultStreamerBinder<D,C,T>
Helper interface for use as a return type and in lambdas for creating a ResultStreamer instance from typically a store object obtained via StorageNodeMutable#newStore()
Author:
Claus Stadler 11/09/2020
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(Object store)