public abstract class Provider<T,R> extends Object implements java.util.function.Function<T,R>
private Map<T,R>
cache
Provider()
R
apply(T key)
protected abstract R
createObject(T key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
private final Map<T,R> cache
public Provider()
public R apply(T key)
apply
java.util.function.Function<T,R>
protected abstract R createObject(T key)
Copyright © 2022. All rights reserved.