Uses of Interface
io.ultreia.java4all.util.TwoSideContext
-
Packages that use TwoSideContext Package Description io.ultreia.java4all.util io.ultreia.java4all.util.json.adapters -
-
Uses of TwoSideContext in io.ultreia.java4all.util
Subinterfaces of TwoSideContext in io.ultreia.java4all.util Modifier and Type Interface Description interfaceLeftOrRightContext<O>Represents a specializedTwoSideContextforLeftOrRighttype of side.Classes in io.ultreia.java4all.util that implement TwoSideContext Modifier and Type Class Description static classLeftOrRightContext.LeftOrRightContextImpl<O>static classTwoSideContext.TwoSideContextImpl<S extends TwoSide,O>Methods in io.ultreia.java4all.util that return TwoSideContext Modifier and Type Method Description default <V,X>
TwoSideContext<S,V>TwoSideContext. apply(TwoSideContext<S,X> otherContext, BiFunction<X,O,V> function)default <V> TwoSideContext<S,V>TwoSideContext. apply(Function<O,V> function)default TwoSideContext<S,O>TwoSideContext. flip()static <S extends TwoSide,O>
TwoSideContext<S,O>TwoSideContext. of(O left, O right)Methods in io.ultreia.java4all.util with parameters of type TwoSideContext Modifier and Type Method Description default <V,X>
TwoSideContext<S,V>TwoSideContext. apply(TwoSideContext<S,X> otherContext, BiFunction<X,O,V> function) -
Uses of TwoSideContext in io.ultreia.java4all.util.json.adapters
Methods in io.ultreia.java4all.util.json.adapters that return TwoSideContext Modifier and Type Method Description TwoSideContext<S,O>TwoSideContextAdapter. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)Methods in io.ultreia.java4all.util.json.adapters with parameters of type TwoSideContext Modifier and Type Method Description com.google.gson.JsonElementTwoSideContextAdapter. serialize(TwoSideContext<S,O> src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-