Module qtjambi.remoteobjects
Package io.qt.remoteobjects
Interface QRemoteObjectHostBase.RemoteObjectNameFilter
- All Superinterfaces:
BiPredicate<String,
,String> 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 QtObjectInterface, BiPredicate<String,String>
Java wrapper for Qt callable QRemoteObjectHostBase::RemoteObjectNameFilter
-
Method Summary
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
test
- Specified by:
test
in interfaceBiPredicate<String,
String>
-