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 TypeMethodDescriptionboolean
test
(AttachmentTextExtractor textExtractor, Attachment attachment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Constructor Details
-
ShouldExtractAttachmentTextPredicate
public ShouldExtractAttachmentTextPredicate()
-
-
Method Details
-
test
- Specified by:
test
in interfaceBiPredicate<AttachmentTextExtractor,
Attachment>
-