Uses of Interface
com.speedment.common.function.LongBiConsumer
-
Packages that use LongBiConsumer Package Description com.speedment.common.function This package contains the main function classes. -
-
Uses of LongBiConsumer in com.speedment.common.function
Methods in com.speedment.common.function that return LongBiConsumer Modifier and Type Method Description default LongBiConsumerLongBiConsumer. andThen(LongBiConsumer after)Returns a composedLongBiConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in com.speedment.common.function with parameters of type LongBiConsumer Modifier and Type Method Description default LongBiConsumerLongBiConsumer. andThen(LongBiConsumer after)Returns a composedLongBiConsumerthat performs, in sequence, this operation followed by theafteroperation.
-