Record Class Option.None<T>
java.lang.Object
java.lang.Record
com.portingdeadmods.portingdeadlibs.utils.Option.None<T>
- All Implemented Interfaces:
Option<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface Option
Option.None<T>, Option.Some<T> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
None
public None()Creates an instance of aNonerecord class.
-
-
Method Details
-
isPresent
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-