public interface SupplierWithException<T>
Modifier and Type | Method and Description |
---|---|
default SupplierWithException<T> |
andThen(ConsumerWithException<T> after) |
T |
get() |
default SupplierWithException<T> andThen(ConsumerWithException<T> after)
Copyright © 2014. All rights reserved.