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

org.nlab.xml.stream.predicate.XmlPredicate Maven / Gradle / Ivy

The newest version!
package org.nlab.xml.stream.predicate;

import java.util.function.Predicate;

import org.nlab.xml.stream.context.StreamContext;

/**
 * Created by nlabrot on 14/12/15.
 */
public interface XmlPredicate extends Predicate {

	default boolean requireSibbling(){
		return false;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy