T - type of object which will be filled.public class UnitFiller<T> extends Object implements java.util.function.Function<T,T>
| Constructor and Description |
|---|
UnitFiller() |
| Modifier and Type | Method and Description |
|---|---|
T |
apply(T object) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic T apply(T object)
apply in interface java.util.function.Function<T,T>Copyright © 2020. All rights reserved.