xoql.function

Class endsWith


public class endsWith
extends BinaryPredicate

This X-OQL function tests wheter the string value of the first parameter (o1) ends with the string value of the second parameter (o2).
Author:
J?r?me Baumgarten

Method Summary

boolean
onApply(XObject o1, XObject o2)

Method Details

onApply

public boolean onApply(XObject o1,
                       XObject o2)