package com.hughes.android.dictionary; public interface Function { void invoke(T t); }