T - the type of instances to build.B - the type of builder.E - The kind of thrown exception or error.public abstract class AbstractSupplier<T,B extends AbstractSupplier<T,B,E>,E extends Throwable> extends Object implements FailableSupplier<T,E>
T. Use to implement the builder pattern.NUL| Constructor and Description |
|---|
AbstractSupplier() |
| Modifier and Type | Method and Description |
|---|---|
protected B |
asThis()
Returns this instance typed as the proper subclass type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, nulprotected B asThis()
Copyright © 2001–2024 The Apache Software Foundation. All rights reserved.