Module com.github.ushiosanXXIII.jvm
Interface IApply.EmptyResult<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.ushiosan23.jvm.functions.apply.IApply
IApply.EmptyResult<T>, IApply.WithResult<T,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(T element)Apply configuration to the object and return it as a result
-
-
-
Method Detail
-
run
void run(T element)
Apply configuration to the object and return it as a result- Parameters:
element- Object to which the action applies
-
-