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 Constructor Description ShouldExtractAttachmentTextPredicate() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
test
public boolean test(AttachmentTextExtractor textExtractor, Attachment attachment)
- Specified by:
 testin interfaceBiPredicate<AttachmentTextExtractor,Attachment>
 
 - 
 
 -