Class ShouldExtractAttachmentTextPredicate
java.lang.Object
com.atlassian.confluence.internal.index.attachment.ShouldExtractAttachmentTextPredicate
- All Implemented Interfaces:
BiPredicate<AttachmentTextExtractor,Attachment>
public class ShouldExtractAttachmentTextPredicate
extends Object
implements BiPredicate<AttachmentTextExtractor,Attachment>
- Since:
- 6.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantest(AttachmentTextExtractor textExtractor, Attachment attachment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Constructor Details
-
ShouldExtractAttachmentTextPredicate
public ShouldExtractAttachmentTextPredicate()
-
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<AttachmentTextExtractor,Attachment>
-