Module qtjambi.remoteobjects
Package io.qt.remoteobjects
Interface QRemoteObjectHostBase.RemoteObjectNameFilter
- All Superinterfaces:
BiPredicate<String,,String> QtObjectInterface
- All Known Implementing Classes:
QRemoteObjectHostBase.RemoteObjectNameFilter.Impl
- 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 function pointer QRemoteObjectHostBase::RemoteObjectNameFilter
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classImplementor class for interfaceQRemoteObjectHostBase.RemoteObjectNameFilter -
Method Summary
Methods inherited from interface java.util.function.BiPredicate
and, negate, orMethods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<String,String>
-