package it.cavallium.strangedb.database; public interface Long2LongConsumer { void accept(long a, long b); }