24 package org.lightjason.agentspeak.action.builtin.collection.list;
34 import javax.annotation.Nonnegative;
35 import javax.annotation.Nonnull;
36 import java.util.Collection;
37 import java.util.Collections;
38 import java.util.Comparator;
39 import java.util.List;
40 import java.util.stream.Collectors;
76 @Nonnull
final List<ITerm> p_argument, @Nonnull
final List<ITerm> p_return )
84 i -> p_argument.parallelStream()
85 .allMatch( j -> j.<Collection<ITerm>>raw()
88 .collect( Collectors.toList() )
91 ).collect( Collectors.toList() );
92 l_result.sort( Comparator.comparing( Object::hashCode ) );
95 p_parallel ? Collections.synchronizedList( l_result ) : l_result
base class of build-in actions for setting name by package/classname (without prefix character) ...
creates the intersection between lists.
static< N > IFuzzyValue< N > from( @Nonnull final N p_value)
factory
common structure for execution definition
static final long serialVersionUID
serial id
final int minimalArgumentNumber()
minimum number of arguments
execution context with local data
final IFuzzyValue< Boolean > execute(final boolean p_parallel, @Nonnull final IContext p_context, @Nonnull final List< ITerm > p_argument, @Nonnull final List< ITerm > p_return)
defines a plan-body operation
static Stream< ITerm > flatten( @Nonnull final Collection<? extends ITerm > p_terms)
flat term-in-term collection into a straight term list
result for an immutable fuzzy value
< T > T raw()
cast to any raw value type
static< N > CRawTerm< N > from(final N p_value)
factory for a raw term
term structure for simple datatypes