Uses of Class
dev.voidframework.core.lang.Either
Packages that use Either
-
Uses of Either in dev.voidframework.core.kryo
Methods in dev.voidframework.core.kryo that return EitherModifier and TypeMethodDescriptionEitherSerializer.read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends Either<Object, Object>> type) Methods in dev.voidframework.core.kryo with parameters of type EitherModifier and TypeMethodDescriptionvoidEitherSerializer.write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Either<Object, Object> either) Method parameters in dev.voidframework.core.kryo with type arguments of type Either -
Uses of Either in dev.voidframework.core.lang
Methods in dev.voidframework.core.lang that return Either