-
public class BySelectorHackWorkaround for creating BySelector instances with package-private constructor. Replaces default By factory and completely safe to use due to member function invocation after instance creation.
-
-
Field Summary
Fields Modifier and Type Field Description public final static BySelectorHackINSTANCE
-
Method Summary
Modifier and Type Method Description final BySelectornewInstance(Function1<BySelector, BySelector> function)-
-
Method Detail
-
newInstance
final BySelector newInstance(Function1<BySelector, BySelector> function)
-
-
-
-