// 
// Decompiled by Procyon v0.6.0
// 

package org.jline.reader;

@FunctionalInterface
public interface Widget extends Binding
{
    boolean apply();
}
