Class Either<L,R>
- java.lang.Object
-
- org.logdoc.fairhttp.service.tools.Either<L,R>
-
public class Either<L,R> extends Object
- Author:
- Denis Danilin | me@loslobos.ru 15.02.2023 12:30 FairHttpService ☭ sweat and blood
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <L,R>
Either<L,R>Left(L value)static <L,R>
Either<L,R>Right(R value)StringtoString()
-