package org.dodgybits.shuffle.android.synchronisation.tracks.parsing; public interface Applier { boolean apply(String value); }