public abstract class CachedFunction<T,R> extends Object implements Function<T,R>
| Modifier | Constructor and Description |
|---|---|
protected |
CachedFunction() |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t) |
protected abstract R |
compute(T t) |
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.