package it.cavallium.strangedb.java.objects.lists; public interface ValueOperation { public boolean evaluate(Object value); }