JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.helixframework.rules.rule.java.dsl
Interface Condition<T,
V>
public interface
Condition<T,
V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
equals
(
Object
o)
int
hashCode
()
boolean
matches
(
T
value)
V
result
()
Method Details
matches
boolean
matches
(
T
value)
result
V
result
()
equals
boolean
equals
(
Object
o)
Overrides:
equals
in class
Object
hashCode
int
hashCode
()
Overrides:
hashCode
in class
Object