There was an error while loading. Please reload this page.
The EmptyUnit interface defines an emptyUnit method that creates an empty instance of the concrete type.
EmptyUnit contains a single method
AnyM<String> list = AnyM.fromList(ListX.of(1,2,3)) .emptyUnit(); //AnyM[List()]
AnyM, AnyMSeq, AnyMValue