Uses of Interface
step.core.accessors.Accessor
-
Packages that use Accessor Package Description step.core.accessors -
-
Uses of Accessor in step.core.accessors
Classes in step.core.accessors that implement Accessor Modifier and Type Class Description classAbstractAccessor<T extends step.core.accessors.AbstractIdentifiableObject>classCachedAccessor<T extends step.core.accessors.AbstractIdentifiableObject>classInMemoryAccessor<T extends step.core.accessors.AbstractIdentifiableObject>classLayeredAccessor<T extends step.core.accessors.AbstractIdentifiableObject>Methods in step.core.accessors that return Accessor Modifier and Type Method Description protected Accessor<T>LayeredAccessor. getAccessorForPersistence()Methods in step.core.accessors with parameters of type Accessor Modifier and Type Method Description voidLayeredAccessor. addAccessor(Accessor<T> accessor)voidLayeredAccessor. pushAccessor(Accessor<T> accessor)Method parameters in step.core.accessors with type arguments of type Accessor Modifier and Type Method Description protected <V> VLayeredAccessor. layeredLookup(Function<Accessor<T>,V> f)protected <V> Spliterator<V>LayeredAccessor. layeredMerge(Function<Accessor<T>,Spliterator<V>> f)protected <V> Stream<V>LayeredAccessor. layeredStreamMerge(Function<Accessor<T>,Stream<V>> f)Constructors in step.core.accessors with parameters of type Accessor Constructor Description CachedAccessor(Accessor<T> underlyingAccessor)Constructor parameters in step.core.accessors with type arguments of type Accessor Constructor Description LayeredAccessor(List<? extends Accessor<T>> accessors)
-