Package modernfeatures.lambda.builtinfunctionsdemo
package modernfeatures.lambda.builtinfunctionsdemo
-
ClassesClassDescriptionDemonstrates the use of
BiFunction
and its chaining withFunction
.Demonstrates the use ofConsumer
and its chaining withandThen()
.Demonstrates the use ofPredicate
and its common operations.Demonstrates the use of the built-in functional interfaceSupplier<T>
.