Interface QRemoteObjectHostBase.RemoteObjectNameFilter

All Superinterfaces:
BiPredicate<String,String>, io.qt.QtObjectInterface
Enclosing class:
QRemoteObjectHostBase
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface QRemoteObjectHostBase.RemoteObjectNameFilter extends io.qt.QtObjectInterface, BiPredicate<String,String>

Java wrapper for Qt callable QRemoteObjectHostBase::RemoteObjectNameFilter

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(String arg__1, String arg__2)
     

    Methods inherited from interface java.util.function.BiPredicate

    and, negate, or

    Methods inherited from interface io.qt.QtObjectInterface

    dispose, isDisposed