T
R
public class MonitoringFunction<T,R> extends Object implements Function<T,R>
MonitoringFunction(Function<T,R> nested, AtomicLong calls)
apply(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public MonitoringFunction(Function<T,R> nested, AtomicLong calls)
public R apply(T value)
apply
Function<T,R>
Copyright © 2017. All rights reserved.