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

com.dooapp.gaedo.finders.collections.AnythingEvaluator Maven / Gradle / Ivy

There is a newer version: 1.0.16
Show newest version
package com.dooapp.gaedo.finders.collections;

import com.dooapp.gaedo.properties.Property;

public class AnythingEvaluator extends AbstractBasicEvaluator {

	public AnythingEvaluator(Property field) {
		super(field);
	}

	@Override
	public boolean matches(DataType element) {
		return true;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy