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

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

package com.coreoz.ppt;

import java.util.function.Function;

import lombok.Value;

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

	private final Object value;
	private final Function argumentToValue;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy