com.googlecode.objectify.condition.Always Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of objectify Show documentation
Show all versions of objectify Show documentation
The simplest convenient interface to the Google App Engine datastore
package com.googlecode.objectify.condition;
/**
* Simple If condition that always returns true for any value.
*
* @author Jeff Schnitzer
*/
public class Always implements If
© 2015 - 2024 Weber Informatics LLC | Privacy Policy