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

com.github.dakusui.lisj.pred.AlwaysTrue Maven / Gradle / Ivy

There is a newer version: 0.8.17
Show newest version
package com.github.dakusui.lisj.pred;

public class AlwaysTrue extends LogicalPredicate {
	/**
	 * Serial version UID.
	 */
	private static final long serialVersionUID = 8848889664214466582L;

	@Override
	protected boolean initialValue() {
		return true;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy