Uses of Interface
org.eolang.tojos.Tojo
-
Packages that use Tojo Package Description org.eolang.tojos TOJOs. -
-
Uses of Tojo in org.eolang.tojos
Methods in org.eolang.tojos that return Tojo Modifier and Type Method Description TojoMonoTojos. add(String name)TojoSmartTojos. add(String name)TojoTojos. add(String name)Add new tojo with the given ID.TojoSmartTojos. getById(String name)Get one tojo by ID.TojoTojo. set(String key, String value)Set attribute.Methods in org.eolang.tojos that return types with arguments of type Tojo Modifier and Type Method Description Collection<Tojo>MonoTojos. select(org.cactoos.Func<Tojo,Boolean> filter)Collection<Tojo>SmartTojos. select(org.cactoos.Func<Tojo,Boolean> filter)Collection<Tojo>Tojos. select(org.cactoos.Func<Tojo,Boolean> filter)Select some tojos.Method parameters in org.eolang.tojos with type arguments of type Tojo Modifier and Type Method Description Collection<Tojo>MonoTojos. select(org.cactoos.Func<Tojo,Boolean> filter)Collection<Tojo>SmartTojos. select(org.cactoos.Func<Tojo,Boolean> filter)Collection<Tojo>Tojos. select(org.cactoos.Func<Tojo,Boolean> filter)Select some tojos.
-