public class ConcreteFunction<F,T> extends Object implements com.google.common.base.Function<F,T>
Constructor and Description |
---|
ConcreteFunction(com.google.common.base.Function<? super F,? extends T> delegate) |
Modifier and Type | Method and Description |
---|---|
T |
apply(F input) |
static <F,T> ConcreteFunction<F,T> |
wrap(com.google.common.base.Function<? super F,? extends T> delegate) |
public static <F,T> ConcreteFunction<F,T> wrap(com.google.common.base.Function<? super F,? extends T> delegate)
Copyright © 2009-2013 jclouds. All Rights Reserved.