Java Functional Interfaces for lambdas
What is Lambda?
Lambda is a block of code that can be passed as an argument to a function call.
It can be passed around as if it was an object and executed on demand.
Improving Bootcamper
Lambda is a block of code that can be passed as an argument to a function call.
It can be passed around as if it was an object and executed on demand.
GRASP helps us decide which responsibility should be assigned to which object or class, defining the blue prints for those objects.
– so that when one object changes state, all its dependents are notified and updated automatically.
Observer distributes communication by introducing “observer” and “subject” objects
Whenever the Subject changes, it broadcasts to all registered Observers that it has changed, and each Observer queries the Subject for that subset of the Subject’s state that it is responsible for monitoring.
How is something an object?
According to my online research, I found that there are six logical, or boolean, operators. They are:
Today is a good day to have a good day!
A simple blog post created while i learned how to set this all up.
Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below).