ch.lambdaj.function.convert.StringConverter Maven / Gradle / Ivy
// Modified or written by Ex Machina SAGL for inclusion with lambdaj.
// Copyright (c) 2009 Mario Fusco, Luca Marrocco.
// Licensed under the Apache License, Version 2.0 (the "License")
package ch.lambdaj.function.convert;
/**
* Specifies how to convert from an object of type F to a String
* @author Mario Fusco
*/
public interface StringConverter extends Converter {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy