Uses of Interface
org.tquadrat.foundation.function.tce.TCEBiConsumer
Packages that use TCEBiConsumer
Package
Description
Functional interfaces for the Foundation Library.
- 
Uses of TCEBiConsumer in org.tquadrat.foundation.function
Methods in org.tquadrat.foundation.function with parameters of type TCEBiConsumerModifier and TypeMethodDescriptionstatic final <T1,T2> BiConsumer <T1, T2> Functions.wrapBiConsumer(TCEBiConsumer<? super T1, ? super T2> consumer) Wraps an instance ofTCEBiConsumerto an instance ofBiConsumerthat throws an instance ofLambdaContainerExceptionwith the causing exception, in case the wrapped instance emitted a checked exception. 
