All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.coreoz.ppt.PptHidingMapper Maven / Gradle / Ivy

Go to download

PPT Template is a small templating library to generate PowerPoint presentations.

There is a newer version: 1.0.1
Show newest version
package com.coreoz.ppt;

import java.util.function.Predicate;

import lombok.Value;

@Value(staticConstructor = "of")
class PptHidingMapper {

	private final Predicate shouldHide;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy