Uses of Package
dk.cloudcreate.essentials.shared.functional
-
Classes in dk.cloudcreate.essentials.shared.functional used by dk.cloudcreate.essentials.shared.functional Class Description CheckedBiFunction Variant ofBiFunctionthat 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 CheckedConsumer Variant ofConsumerthat behaves likeConsumer, but which allows checkedException's to be thrown from itsaccept(Object)methodCheckedFunction Variant ofFunctionthat behaves likeFunction, but which allows checkedException's to be thrown from itsCheckedFunction.apply(Object)method
– the function argument type – the function result type CheckedRunnable Variant ofRunnablethat behaves likeRunnable, but which allows checkedException's to be thrown from itsCheckedRunnable.run()methodCheckedSupplier Variant ofSupplierthat behaves likeSupplier, but which allows checkedException's to be thrown from itsCheckedSupplier.get()methodCheckedTripleFunction Variant 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 TripleFunction 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.tuple Class Description TripleFunction 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.tuple.comparable Class Description TripleFunction Represents a function that accepts three arguments and produces a result.
This is a specialization of theFunctioninterface.