ch.lambdaj.function.convert.StringLengthConverter Maven / Gradle / Ivy
// Modified or written by Ex Machina SAGL for inclusion with lambdaj.
// Copyright (c) 2009 Mario Fusco.
// Licensed under the Apache License, Version 2.0 (the "License")
package ch.lambdaj.function.convert;
/**
* Converts a String in an Integer equal to its length.
* @author Mario Fusco
*/
public class StringLengthConverter extends PropertyExtractor {
public StringLengthConverter() {
super("length");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy