Package de.hamstersimulator.objectsfirst.utils


package de.hamstersimulator.objectsfirst.utils
Package with general purpose helper or utility classes.
Author:
snowball
  • Class Summary
    Class
    Description
    Implements the Lambda Visitor Pattern Can be used to execute a different callback based on the dynamic type of an object.
     
    A utility class to implement precondition checks in Java.