All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.redis.om.spring.tuple.GenericTuple Maven / Gradle / Ivy

package com.redis.om.spring.tuple;

import java.util.Map;
import java.util.stream.Stream;

public interface GenericTuple {
  int size();

  R get(int index);

   Stream streamOf(Class clazz);
  
  Map labelledMap();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy