com.coreoz.ppt.PptHidingMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ppt-templates Show documentation
Show all versions of ppt-templates Show documentation
PPT Template is a small templating library to generate PowerPoint presentations.
package com.coreoz.ppt;
import java.util.function.Predicate;
import lombok.Value;
@Value(staticConstructor = "of")
class PptHidingMapper {
private final Predicate shouldHide;
}