JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.torproject.collector.sync
Interface Criterium<T>
All Known Implementing Classes:
ProcessCriterium
public interface
Criterium<T>
Interface for decisions to be made in the sync-process.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
applies
(
T
object)
Determine, if the given object of type T fulfills the Criterium.
Method Detail
applies
boolean applies(
T
object)
Determine, if the given object of type T fulfills the Criterium.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
© 2017 The Tor Project
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method