public final class CachedFunction<T,R> extends Object implements Function<T,R>
CachedFunction(Function<T,R> function)
R
apply(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public CachedFunction(Function<T,R> function)
public final R apply(T t)
apply
Function<T,R>
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.