Sha256: d42c602e58270d2dbbf2f472eb528f54c9e0d3d27590a268df051489121c35a8
Contents?: true
Size: 247 Bytes
Versions: 79
Compression:
Stored size: 247 Bytes
Contents
package sh.calaba.instrumentationbackend.query.ast; import java.util.List; public interface UIQueryAST { @SuppressWarnings("rawtypes") public List evaluateWithViews(List inputViews, UIQueryDirection direction, UIQueryVisibility visibility); }
Version data entries
79 entries across 79 versions & 2 rubygems