package io.trygvis.android; public interface Consumer { void accept(T t); }