@SerializeWith(value=InScopePredicate.ExternalizerImpl.class) public class InScopePredicate extends Object implements Predicate<Map.Entry<String,Revisioned>>, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
InScopePredicate.ExternalizerImpl |
Constructor and Description |
---|
InScopePredicate() |
Modifier and Type | Method and Description |
---|---|
static InScopePredicate |
create() |
InScopePredicate |
scope(String id) |
boolean |
test(Map.Entry<String,Revisioned> entry) |
public static InScopePredicate create()
public InScopePredicate scope(String id)
public boolean test(Map.Entry<String,Revisioned> entry)
test
in interface Predicate<Map.Entry<String,Revisioned>>
Copyright © 2020 JBoss by Red Hat. All rights reserved.