Record Class LList.ImmutableList<T>

java.lang.Object
java.lang.Record
net.tangly.commons.lang.functional.LList.ImmutableList<T>
All Implemented Interfaces:
LList<T>
Enclosing interface:
LList<T>

public static record LList.ImmutableList<T>(T first, @NotNull LList<T> rest) extends Record implements LList<T>