Search in sources :

Example 1 with MapContainsPredicate

use of uk.gov.gchq.koryphe.impl.predicate.MapContainsPredicate in project gaffer-doc by gchq.

the class MapContainsPredicateExample method mapContainsPredicate.

public void mapContainsPredicate() {
    // ---------------------------------------------------------
    final MapContainsPredicate function = new MapContainsPredicate(new Regex("a.*"));
    // ---------------------------------------------------------
    runExample(function, null, map, mapNoA, mapNullA);
}
Also used : MapContainsPredicate(uk.gov.gchq.koryphe.impl.predicate.MapContainsPredicate) Regex(uk.gov.gchq.koryphe.impl.predicate.Regex)

Aggregations

MapContainsPredicate (uk.gov.gchq.koryphe.impl.predicate.MapContainsPredicate)1 Regex (uk.gov.gchq.koryphe.impl.predicate.Regex)1