Uses of Package
dk.cloudcreate.essentials.shared.functional
Packages that use dk.cloudcreate.essentials.shared.functional
Package
Description
-
Classes in dk.cloudcreate.essentials.shared.functional used by dk.cloudcreate.essentials.shared.functionalClassDescriptionVariant of
BiFunctionthat behaves likeBiFunction, but which allows checkedException's to be thrown from itsCheckedBiFunction.apply(Object, Object)method
– the first function argument type – the second function argument type – the function result type Variant ofConsumerthat behaves likeConsumer, but which allows checkedException's to be thrown from itsCheckedConsumer.accept(Object)methodVariant ofFunctionthat behaves likeFunction, but which allows checkedException's to be thrown from itsCheckedFunction.apply(Object)method
– the function argument type – the function result type Variant ofRunnablethat behaves likeRunnable, but which allows checkedException's to be thrown from itsCheckedRunnable.run()methodVariant ofSupplierthat behaves likeSupplier, but which allows checkedException's to be thrown from itsCheckedSupplier.get()methodVariant ofTripleFunctionthat behaves likeTripleFunction, but which allows checkedException's to be thrown from itsCheckedTripleFunction.apply(Object, Object, Object)method
– the first function argument type – the second function argument type – the third function argument type – the function result type Represents a function that accepts three arguments and produces a result.
This is a specialization of theFunctioninterface. -
Classes in dk.cloudcreate.essentials.shared.functional used by dk.cloudcreate.essentials.shared.functional.tupleClassDescriptionRepresents a function that accepts three arguments and produces a result.
This is a specialization of theFunctioninterface. -
Classes in dk.cloudcreate.essentials.shared.functional used by dk.cloudcreate.essentials.shared.functional.tuple.comparableClassDescriptionRepresents a function that accepts three arguments and produces a result.
This is a specialization of theFunctioninterface.