public interface Selector
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic enumA weakerRelationused in decrease amount (speed) comparisonstatic final recordThe new one is better, and it beats allSelector.Evolve.junks, but it still worse thanSelector.Evolve.bettersstatic interfacestatic final recordThe old one is better, The new one is useless. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <A extends Selector.Candidate<A>>
@NotNull Selector.Result<A>select(A a, @NotNull kala.collection.SeqView<A> had) static <A extends Selector.Candidate<A>>
@NotNull kala.tuple.Tuple2<kala.collection.immutable.ImmutableSeq<A>,kala.collection.immutable.ImmutableSeq<A>> select(@NotNull kala.collection.SeqView<A> new_, @NotNull kala.collection.SeqView<A> old_)
-
Method Details
-
select
@NotNull static <A extends Selector.Candidate<A>> @NotNull Selector.Result<A> select(@NotNull A a, @NotNull @NotNull kala.collection.SeqView<A> had) -
select
@NotNull static <A extends Selector.Candidate<A>> @NotNull kala.tuple.Tuple2<kala.collection.immutable.ImmutableSeq<A>,kala.collection.immutable.ImmutableSeq<A>> select(@NotNull @NotNull kala.collection.SeqView<A> new_, @NotNull @NotNull kala.collection.SeqView<A> old_)
-