public static interface LabelSelector.ISearch<T>
T
find(String name)
List<T>
findLike(String input, int i)
@Nullable T find(@Nonnull String name) throws Exception
Exception
@Nonnull List<T> findLike(@Nonnull String input, int i) throws Exception
Copyright © 2017 etc.to. All rights reserved.