Record Class View<A,B>
java.lang.Object
java.lang.Record
com.mojang.datafixers.View<A,B>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <A,B> View <A, B> static <A,B> View <A, B> final booleanIndicates whether some other object is "equal to" this one.function()Returns the value of thefunctionrecord component.funcType()final inthashCode()Returns a hash code value for this object.booleanisNop()newType()static <A> View<A, A> rewrite(PointFreeRule rule) rewriteOrNop(PointFreeRule rule) toString()Returns a string representation of this record class.type()(package private) static <A,B> View <A, B>
-
Field Details
-
function
-
-
Constructor Details
-
View
-
-
Method Details
-
unbox
-
nopView
-
type
-
newType
-
funcType
-
toString
-
rewrite
-
rewriteOrNop
-
flatMap
-
create
-
create
-
compose
-
isNop
public boolean isNop() -
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. All components in this record class are compared withObjects::equals(Object,Object). -
function
-