@Beta
public interface PredicateWithResult<Input,Result>
extends com.google.common.base.Predicate<Input>
Modifier and Type | Method and Description |
---|---|
Throwable |
getLastFailure() |
Result |
getResult() |
Copyright © 2009-2012 jclouds. All Rights Reserved.