public class MediaCodeExistsPredicate
extends java.lang.Object
implements java.util.function.Predicate<java.lang.String>
Returns TRUE if the media exists; FALSE otherwise.
| Constructor and Description |
|---|
MediaCodeExistsPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected MediaService |
getMediaService() |
void |
setMediaService(MediaService mediaService) |
boolean |
test(java.lang.String target) |
public boolean test(java.lang.String target)
test in interface java.util.function.Predicate<java.lang.String>protected MediaService getMediaService()
public void setMediaService(MediaService mediaService)
Copyright © 2018 SAP SE. All Rights Reserved.