Interface | Description |
---|---|
Property<T> |
An observable value.
|
Property.ChangeListener<T> |
Listener to observe changes.
|
RankingHelper.RankTester<T> |
Helper callback interface for rank testing.
|
TriConsumer<T,U,V> |
Protocol for an action that accepts three inputs.
|
TriFunction<R,T,U,V> |
Represents a function that accepts three arguments and produces a result.
|
Class | Description |
---|---|
Feature |
ECP feature representation.
|
Optional<T> |
A container object that may or may not contain a value.
|
RankingHelper<T> |
Ranking helper class to generically handle prioritization use cases.
|
ServiceObjectTracker<T> |
Helper class to track
ServiceObjects and the services retrieved from them. |
Enum | Description |
---|---|
Feature.STRATEGY |
Feature strategy enum.
|
Copyright © 2019. All rights reserved.