Uses of Class
org.openjdk.jmc.flightrecorder.rules.TypedCollectionResult
-
Packages that use TypedCollectionResult Package Description org.openjdk.jmc.flightrecorder.rules This package contains interfaces and classes for working with Rules and RuleResults. -
-
Uses of TypedCollectionResult in org.openjdk.jmc.flightrecorder.rules
Methods in org.openjdk.jmc.flightrecorder.rules with parameters of type TypedCollectionResult Modifier and Type Method Description <T> ResultBuilderResultBuilder. addResult(TypedCollectionResult<T> type, Collection<T> results)<T> Collection<T>IResult. getResult(TypedCollectionResult<T> result)Returns a collection of typed instances of a result contained in this result instance, i.e.<T> Collection<T>IResultValueProvider. getResultValue(TypedCollectionResult<T> result)<T> Collection<T>ResultProvider. getResultValue(TypedCollectionResult<T> result)
-