Uses of Class
com.g2forge.alexandria.java.function.tee.TeeFunction
-
Packages that use TeeFunction Package Description com.g2forge.alexandria.java.function.tee -
-
Uses of TeeFunction in com.g2forge.alexandria.java.function.tee
Subclasses of TeeFunction in com.g2forge.alexandria.java.function.tee Modifier and Type Class Description class
RecordingFunction<I,O>
Delegate to another function, and record all of the input and output value pairs.
-