Uses of Interface
com.github.tonivade.purefun.type.EitherOf
Packages that use EitherOf
-
Uses of EitherOf in com.github.tonivade.purefun.type
Subinterfaces of EitherOf in com.github.tonivade.purefun.typeModifier and TypeInterfaceDescriptioninterfaceEither<L,R> This type represents two possible values, called left or right.Classes in com.github.tonivade.purefun.type that implement EitherOfModifier and TypeClassDescriptionstatic final recordEither.Left<L,R> static final recordEither.Right<L,R>