Interface NaruEventFilter

All Superinterfaces:
net.thevpc.nuts.elem.NToElement, Predicate<NaruEvent>

public interface NaruEventFilter extends Predicate<NaruEvent>, net.thevpc.nuts.elem.NToElement
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(NaruEvent event)
     

    Methods inherited from interface net.thevpc.nuts.elem.NToElement

    toElement

    Methods inherited from interface java.util.function.Predicate

    and, negate, or