- All Implemented Interfaces:
Function<T,T>
public class ScannerConsumerFunction<T>
extends Object
implements Function<T,T>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ScannerConsumerFunction
public ScannerConsumerFunction(Consumer<? super T> consumer)
-