Class Arguments


  • public final class Arguments
    extends Object
    • Method Detail

      • checkInstanceOf

        public static <T> T checkInstanceOf​(Object value,
                                            Class<T> type)
        Checks if value is instance of provided class.
        Parameters:
        value - Value to check
        type - Type to check
        Returns:
        Reference which was checked