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